Color Hex Logo

#dcb67d Color Hex

#DCB67D
(220,182,125)
0 Favorites   0 Comments

Color spaces of #dcb67d

RGB 220182125
HSL0.100.580.68
HSV36°43°86°
CMYK 0.000.170.43   0.14
XYZ49.944850.152226.4500
Yxy50.15220.39470.3963
Hunter Lab70.81821.955927.4284
CIE-Lab76.16266.226234.1095

#dcb67d color RGB value is (220,182,125).

#dcb67d hex color red value is 220, green value is 182 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcb67d hue: 0.10 , saturation: 0.58 and the lightness value of dcb67d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01111101
Octal 334 266 175
Decimal 220 182 125
Hex DC B6 7D

RGB Percentages of Color #dcb67d

%41.75
%34.54
%23.72

CMYK Percentages of Color #dcb67d

%0
%17
%43
%14

Triadic Colors of #dcb67d

#dcb67d #7ddcb6 #b67ddc

Analogous Colors of #dcb67d

#dcb67d #d3dc7d #dc877d

Monochromatic Colors of #dcb67d

#dcb67d

Complementary Color

#dcb67d #7da3dc

#dcb67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb67d Color CSS Codes

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

#dcb67d Text Font Color

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

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


#dcb67d Background Color

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

This div background color is #dcb67d


#dcb67d Border Color

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

This div border color is #dcb67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb67d


Comments

No comments written yet.

Please login to write comment.