color codes Logo

#d1ad0b color codes

#D1AD0B
(209,173,11)
0 Favorites   0 Comments

Color spaces of #d1ad0b

RGB 20917311
HSL0.140.900.43
HSV49°95°82°
CMYK 0.000.170.95   0.18
XYZ41.298543.46666.5298
Yxy43.46660.45240.4761
Hunter Lab65.9292-3.562540.2782
CIE-Lab71.8705-0.046573.2163

#d1ad0b color RGB value is (209,173,11).

#d1ad0b hex color red value is 209, green value is 173 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d1ad0b hue: 0.14 , saturation: 0.90 and the lightness value of d1ad0b is 0.43.

The process color (four color CMYK) of #d1ad0b color code is 0.00, 0.17, 0.95, 0.18. Web safe color of #d1ad0b is #cc9900. Color #d1ad0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 00001011
Octal 321 255 13
Decimal 209 173 11
Hex D1 AD B

RGB Percentages of Color #d1ad0b

%53.18
%44.02
%2.80

CMYK Percentages of Color #d1ad0b

%0
%17
%95
%18

Triadic Colors of #d1ad0b

#d1ad0b #0bd1ad #ad0bd1

Analogous Colors of #d1ad0b

#d1ad0b #92d10b #d14a0b

Monochromatic Colors of #d1ad0b

#d1ad0b

Complementary Color

#d1ad0b #0b2fd1

#d1ad0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ad0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ad0b Color CSS Codes

.mybgcolor {background-color:#d1ad0b; } 
.myforecolor {color:#d1ad0b; }
.mybordercolor {border:3px solid #d1ad0b; }

#d1ad0b Text Font Color

<p style="color:#d1ad0b">Text here</p>

This sample text font color is #d1ad0b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d1ad0b Background Color

<div style="background-color:#d1ad0b">
Div content here</div>

This div background color is #d1ad0b


#d1ad0b Border Color

<div style="border:3px solid #d1ad0b">
Div here</div>

This div border color is #d1ad0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,173,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1ad0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1ad0b;
  -webkit-box-shadow: 1px 1px 3px 2px #d1ad0b;
  box-shadow:         1px 1px 3px 2px #d1ad0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,173,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1ad0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d1ad0b;
  -webkit-box-shadow: 1px 1px 3px 2px #d1ad0b;
  box-shadow:         1px 1px 3px 2px #d1ad0b;">
Div content here</div>

This div box has shadow with color #d1ad0b


Comments

No comments written yet.

Please login to write comment.