Color Hex Logo

#dcd92c Color Hex

#DCD92C
(220,217,44)
0 Favorites   0 Comments

Color spaces of #dcd92c

RGB 22021744
HSL0.160.720.52
HSV59°80°86°
CMYK 0.000.010.80   0.14
XYZ54.782765.023212.0463
Yxy65.02320.41550.4932
Hunter Lab80.6370-19.846347.5886
CIE-Lab84.4957-17.064177.2559

#dcd92c color RGB value is (220,217,44).

#dcd92c hex color red value is 220, green value is 217 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dcd92c hue: 0.16 , saturation: 0.72 and the lightness value of dcd92c is 0.52.

The process color (four color CMYK) of #dcd92c color hex is 0.00, 0.01, 0.80, 0.14. Web safe color of #dcd92c is #cccc33. Color #dcd92c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 00101100
Octal 334 331 54
Decimal 220 217 44
Hex DC D9 2C

RGB Percentages of Color #dcd92c

%45.74
%45.11
%9.15

CMYK Percentages of Color #dcd92c

%0
%1
%80
%14

Triadic Colors of #dcd92c

#dcd92c #2cdcd9 #d92cdc

Analogous Colors of #dcd92c

#dcd92c #87dc2c #dc812c

Monochromatic Colors of #dcd92c

#dcd92c

Complementary Color

#dcd92c #2c2fdc

#dcd92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd92c Color CSS Codes

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

#dcd92c Text Font Color

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

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


#dcd92c Background Color

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

This div background color is #dcd92c


#dcd92c Border Color

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

This div border color is #dcd92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd92c

#dcd92c Color Palettes


Comments

No comments written yet.

Please login to write comment.