Color Hex Logo

#dcb672 Color Hex

#DCB672
(220,182,114)
0 Favorites   0 Comments

Color spaces of #dcb672

RGB 220182114
HSL0.110.600.65
HSV38°48°86°
CMYK 0.000.170.48   0.14
XYZ49.280449.886422.9513
Yxy49.88640.40350.4085
Hunter Lab70.63030.940630.1749
CIE-Lab75.99955.132139.5927

#dcb672 color RGB value is (220,182,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01110010
Octal 334 266 162
Decimal 220 182 114
Hex DC B6 72

RGB Percentages of Color #dcb672

%42.64
%35.27
%22.09

CMYK Percentages of Color #dcb672

%0
%17
%48
%14

Triadic Colors of #dcb672

#dcb672 #72dcb6 #b672dc

Analogous Colors of #dcb672

#dcb672 #cddc72 #dc8172

Monochromatic Colors of #dcb672

#dcb672

Complementary Color

#dcb672 #7298dc

#dcb672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb672 Color CSS Codes

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

#dcb672 Text Font Color

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

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


#dcb672 Background Color

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

This div background color is #dcb672


#dcb672 Border Color

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

This div border color is #dcb672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb672


Comments

No comments written yet.

Please login to write comment.