Color Hex Logo

#d0c929 Color Hex

#D0C929
(208,201,41)
0 Favorites   0 Comments

Color spaces of #d0c929

RGB 20820141
HSL0.160.670.49
HSV57°80°82°
CMYK 0.000.030.80   0.18
XYZ47.299355.343310.2872
Yxy55.34330.41880.4901
Hunter Lab74.3931-16.697243.8764
CIE-Lab79.2386-14.286073.1134

#d0c929 color RGB value is (208,201,41).

#d0c929 hex color red value is 208, green value is 201 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d0c929 hue: 0.16 , saturation: 0.67 and the lightness value of d0c929 is 0.49.

The process color (four color CMYK) of #d0c929 color hex is 0.00, 0.03, 0.80, 0.18. Web safe color of #d0c929 is #cccc33. Color #d0c929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001001 00101001
Octal 320 311 51
Decimal 208 201 41
Hex D0 C9 29

RGB Percentages of Color #d0c929

%46.22
%44.67
%9.11

CMYK Percentages of Color #d0c929

%0
%3
%80
%18

Triadic Colors of #d0c929

#d0c929 #29d0c9 #c929d0

Analogous Colors of #d0c929

#d0c929 #84d029 #d07629

Monochromatic Colors of #d0c929

#d0c929

Complementary Color

#d0c929 #2930d0

#d0c929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c929 Color CSS Codes

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

#d0c929 Text Font Color

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

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


#d0c929 Background Color

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

This div background color is #d0c929


#d0c929 Border Color

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

This div border color is #d0c929


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,201,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0c929; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0c929;
  -webkit-box-shadow: 1px 1px 3px 2px #d0c929;
  box-shadow:         1px 1px 3px 2px #d0c929; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,201,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c929


Comments

No comments written yet.

Please login to write comment.