Color Hex Logo

#dcd770 Color Hex

#DCD770
(220,215,112)
0 Favorites   0 Comments

Color spaces of #dcd770

RGB 220215112
HSL0.160.610.65
HSV57°49°86°
CMYK 0.000.020.49   0.14
XYZ56.740364.986424.8823
Yxy64.98640.38700.4433
Hunter Lab80.6141-15.437438.1295
CIE-Lab84.4767-12.083950.9600

#dcd770 color RGB value is (220,215,112).

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

The process color (four color CMYK) of #dcd770 color hex is 0.00, 0.02, 0.49, 0.14. Web safe color of #dcd770 is #cccc66. Color #dcd770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01110000
Octal 334 327 160
Decimal 220 215 112
Hex DC D7 70

RGB Percentages of Color #dcd770

%40.22
%39.31
%20.48

CMYK Percentages of Color #dcd770

%0
%2
%49
%14

Triadic Colors of #dcd770

#dcd770 #70dcd7 #d770dc

Analogous Colors of #dcd770

#dcd770 #abdc70 #dca170

Monochromatic Colors of #dcd770

#dcd770

Complementary Color

#dcd770 #7075dc

#dcd770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd770 Color CSS Codes

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

#dcd770 Text Font Color

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

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


#dcd770 Background Color

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

This div background color is #dcd770


#dcd770 Border Color

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

This div border color is #dcd770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd770


Comments

No comments written yet.

Please login to write comment.