Color Hex Logo

#dcb470 Color Hex

#DCB470
(220,180,112)
0 Favorites   0 Comments

Color spaces of #dcb470

RGB 220180112
HSL0.100.610.65
HSV38°49°86°
CMYK 0.000.180.49   0.14
XYZ48.761149.028022.2226
Yxy49.02800.40630.4085
Hunter Lab70.02001.770330.1968
CIE-Lab75.46876.003939.9509

#dcb470 color RGB value is (220,180,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01110000
Octal 334 264 160
Decimal 220 180 112
Hex DC B4 70

RGB Percentages of Color #dcb470

%42.97
%35.16
%21.88

CMYK Percentages of Color #dcb470

%0
%18
%49
%14

Triadic Colors of #dcb470

#dcb470 #70dcb4 #b470dc

Analogous Colors of #dcb470

#dcb470 #cedc70 #dc7e70

Monochromatic Colors of #dcb470

#dcb470

Complementary Color

#dcb470 #7098dc

#dcb470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb470 Color CSS Codes

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

#dcb470 Text Font Color

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

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


#dcb470 Background Color

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

This div background color is #dcb470


#dcb470 Border Color

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

This div border color is #dcb470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb470


Comments

No comments written yet.

Please login to write comment.