color codes Logo

#d9b10f color codes

#D9B10F
(217,177,15)
0 Favorites   0 Comments

Color spaces of #d9b10f

RGB 21717715
HSL0.130.870.45
HSV48°93°85°
CMYK 0.000.180.93   0.15
XYZ44.423646.23057.0339
Yxy46.23050.45470.4732
Hunter Lab67.9930-2.363841.4615
CIE-Lab73.69491.411174.3969

#d9b10f color RGB value is (217,177,15).

#d9b10f hex color red value is 217, green value is 177 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d9b10f hue: 0.13 , saturation: 0.87 and the lightness value of d9b10f is 0.45.

The process color (four color CMYK) of #d9b10f color code is 0.00, 0.18, 0.93, 0.15. Web safe color of #d9b10f is #cc9900. Color #d9b10f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110001 00001111
Octal 331 261 17
Decimal 217 177 15
Hex D9 B1 F

RGB Percentages of Color #d9b10f

%53.06
%43.28
%3.67

CMYK Percentages of Color #d9b10f

%0
%18
%93
%15

Triadic Colors of #d9b10f

#d9b10f #0fd9b1 #b10fd9

Analogous Colors of #d9b10f

#d9b10f #9cd90f #d94c0f

Monochromatic Colors of #d9b10f

#d9b10f

Complementary Color

#d9b10f #0f37d9

#d9b10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b10f Color CSS Codes

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

#d9b10f Text Font Color

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

This sample text font color is #d9b10f
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.


#d9b10f Background Color

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

This div background color is #d9b10f


#d9b10f Border Color

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

This div border color is #d9b10f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,177,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9b10f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9b10f;
  -webkit-box-shadow: 1px 1px 3px 2px #d9b10f;
  box-shadow:         1px 1px 3px 2px #d9b10f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,177,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b10f


Comments

No comments written yet.

Please login to write comment.