Color Hex Logo

#d9d34b Color Hex

#D9D34B
(217,211,75)
0 Favorites   0 Comments

Color spaces of #d9d34b

RGB 21721175
HSL0.160.650.57
HSV57°65°85°
CMYK 0.000.030.65   0.15
XYZ53.179561.848215.7917
Yxy61.84820.40650.4728
Hunter Lab78.6436-16.923143.1451
CIE-Lab82.8326-13.995165.3212

#d9d34b color RGB value is (217,211,75).

#d9d34b hex color red value is 217, green value is 211 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d9d34b hue: 0.16 , saturation: 0.65 and the lightness value of d9d34b is 0.57.

The process color (four color CMYK) of #d9d34b color hex is 0.00, 0.03, 0.65, 0.15. Web safe color of #d9d34b is #cccc33. Color #d9d34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010011 01001011
Octal 331 323 113
Decimal 217 211 75
Hex D9 D3 4B

RGB Percentages of Color #d9d34b

%43.14
%41.95
%14.91

CMYK Percentages of Color #d9d34b

%0
%3
%65
%15

Triadic Colors of #d9d34b

#d9d34b #4bd9d3 #d34bd9

Analogous Colors of #d9d34b

#d9d34b #98d94b #d98c4b

Monochromatic Colors of #d9d34b

#d9d34b

Complementary Color

#d9d34b #4b51d9

#d9d34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d34b Color CSS Codes

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

#d9d34b Text Font Color

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

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


#d9d34b Background Color

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

This div background color is #d9d34b


#d9d34b Border Color

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

This div border color is #d9d34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d34b


Comments

No comments written yet.

Please login to write comment.