Color Hex Logo

#dcd27f Color Hex

#DCD27F
(220,210,127)
0 Favorites   0 Comments

Color spaces of #dcd27f

RGB 220210127
HSL0.150.570.68
HSV54°42°86°
CMYK 0.000.050.42   0.14
XYZ56.392662.841129.2360
Yxy62.84110.37980.4233
Hunter Lab79.2724-11.745733.6243
CIE-Lab83.3587-8.126542.2805

#dcd27f color RGB value is (220,210,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 01111111
Octal 334 322 177
Decimal 220 210 127
Hex DC D2 7F

RGB Percentages of Color #dcd27f

%39.50
%37.70
%22.80

CMYK Percentages of Color #dcd27f

%0
%5
%42
%14

Triadic Colors of #dcd27f

#dcd27f #7fdcd2 #d27fdc

Analogous Colors of #dcd27f

#dcd27f #b8dc7f #dca47f

Monochromatic Colors of #dcd27f

#dcd27f

Complementary Color

#dcd27f #7f89dc

#dcd27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd27f Color CSS Codes

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

#dcd27f Text Font Color

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

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


#dcd27f Background Color

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

This div background color is #dcd27f


#dcd27f Border Color

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

This div border color is #dcd27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd27f


Comments

No comments written yet.

Please login to write comment.