Color Hex Logo

#dcd277 Color Hex

#DCD277
(220,210,119)
0 Favorites   0 Comments

Color spaces of #dcd277

RGB 220210119
HSL0.150.590.66
HSV54°46°86°
CMYK 0.000.050.46   0.14
XYZ55.891662.640726.5978
Yxy62.64070.38510.4316
Hunter Lab79.1459-12.451335.4771
CIE-Lab83.2530-8.918746.1023

#dcd277 color RGB value is (220,210,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 01110111
Octal 334 322 167
Decimal 220 210 119
Hex DC D2 77

RGB Percentages of Color #dcd277

%40.07
%38.25
%21.68

CMYK Percentages of Color #dcd277

%0
%5
%46
%14

Triadic Colors of #dcd277

#dcd277 #77dcd2 #d277dc

Analogous Colors of #dcd277

#dcd277 #b4dc77 #dca077

Monochromatic Colors of #dcd277

#dcd277

Complementary Color

#dcd277 #7781dc

#dcd277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd277 Color CSS Codes

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

#dcd277 Text Font Color

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

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


#dcd277 Background Color

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

This div background color is #dcd277


#dcd277 Border Color

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

This div border color is #dcd277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd277


Comments

No comments written yet.

Please login to write comment.