Color Hex Logo

#dcd25c Color Hex

#DCD25C
(220,210,92)
0 Favorites   0 Comments

Color spaces of #dcd25c

RGB 22021092
HSL0.150.650.61
HSV55°58°86°
CMYK 0.000.050.58   0.14
XYZ54.493662.081519.2360
Yxy62.08150.40120.4571
Hunter Lab78.7918-14.432440.6794
CIE-Lab82.9567-11.163958.3922

#dcd25c color RGB value is (220,210,92).

#dcd25c hex color red value is 220, green value is 210 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dcd25c hue: 0.15 , saturation: 0.65 and the lightness value of dcd25c is 0.61.

The process color (four color CMYK) of #dcd25c color hex is 0.00, 0.05, 0.58, 0.14. Web safe color of #dcd25c is #cccc66. Color #dcd25c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 01011100
Octal 334 322 134
Decimal 220 210 92
Hex DC D2 5C

RGB Percentages of Color #dcd25c

%42.15
%40.23
%17.62

CMYK Percentages of Color #dcd25c

%0
%5
%58
%14

Triadic Colors of #dcd25c

#dcd25c #5cdcd2 #d25cdc

Analogous Colors of #dcd25c

#dcd25c #a6dc5c #dc925c

Monochromatic Colors of #dcd25c

#dcd25c

Complementary Color

#dcd25c #5c66dc

#dcd25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd25c Color CSS Codes

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

#dcd25c Text Font Color

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

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


#dcd25c Background Color

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

This div background color is #dcd25c


#dcd25c Border Color

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

This div border color is #dcd25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd25c


Comments

No comments written yet.

Please login to write comment.