Color Hex Logo

#dcd270 Color Hex

#DCD270
(220,210,112)
0 Favorites   0 Comments

Color spaces of #dcd270

RGB 220210112
HSL0.150.610.65
HSV54°49°86°
CMYK 0.000.050.49   0.14
XYZ55.486462.478724.4644
Yxy62.47870.38960.4387
Hunter Lab79.0435-13.023836.9798
CIE-Lab83.1673-9.564349.3909

#dcd270 color RGB value is (220,210,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 01110000
Octal 334 322 160
Decimal 220 210 112
Hex DC D2 70

RGB Percentages of Color #dcd270

%40.59
%38.75
%20.66

CMYK Percentages of Color #dcd270

%0
%5
%49
%14

Triadic Colors of #dcd270

#dcd270 #70dcd2 #d270dc

Analogous Colors of #dcd270

#dcd270 #b0dc70 #dc9c70

Monochromatic Colors of #dcd270

#dcd270

Complementary Color

#dcd270 #707adc

#dcd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd270 Color CSS Codes

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

#dcd270 Text Font Color

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

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


#dcd270 Background Color

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

This div background color is #dcd270


#dcd270 Border Color

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

This div border color is #dcd270


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,210,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 #dcd270">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd270


Comments

No comments written yet.

Please login to write comment.