Color Hex Logo

#dcb772 Color Hex

#DCB772
(220,183,114)
0 Favorites   0 Comments

Color spaces of #dcb772

RGB 220183114
HSL0.110.600.65
HSV39°48°86°
CMYK 0.000.170.48   0.14
XYZ49.485950.297523.0198
Yxy50.29750.40300.4096
Hunter Lab70.92070.439530.3999
CIE-Lab76.25154.603439.9090

#dcb772 color RGB value is (220,183,114).

#dcb772 hex color red value is 220, green value is 183 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dcb772 hue: 0.11 , saturation: 0.60 and the lightness value of dcb772 is 0.65.

The process color (four color CMYK) of #dcb772 color hex is 0.00, 0.17, 0.48, 0.14. Web safe color of #dcb772 is #cccc66. Color #dcb772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01110010
Octal 334 267 162
Decimal 220 183 114
Hex DC B7 72

RGB Percentages of Color #dcb772

%42.55
%35.40
%22.05

CMYK Percentages of Color #dcb772

%0
%17
%48
%14

Triadic Colors of #dcb772

#dcb772 #72dcb7 #b772dc

Analogous Colors of #dcb772

#dcb772 #ccdc72 #dc8272

Monochromatic Colors of #dcb772

#dcb772

Complementary Color

#dcb772 #7297dc

#dcb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb772 Color CSS Codes

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

#dcb772 Text Font Color

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

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


#dcb772 Background Color

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

This div background color is #dcb772


#dcb772 Border Color

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

This div border color is #dcb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb772


Comments

No comments written yet.

Please login to write comment.