Color Hex Logo

#dcb67a Color Hex

#DCB67A
(220,182,122)
0 Favorites   0 Comments

Color spaces of #dcb67a

RGB 220182122
HSL0.100.580.67
HSV37°45°86°
CMYK 0.000.170.45   0.14
XYZ49.756050.076725.4557
Yxy50.07670.39710.3997
Hunter Lab70.76491.667828.2075
CIE-Lab76.11635.916635.6134

#dcb67a color RGB value is (220,182,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01111010
Octal 334 266 172
Decimal 220 182 122
Hex DC B6 7A

RGB Percentages of Color #dcb67a

%41.98
%34.73
%23.28

CMYK Percentages of Color #dcb67a

%0
%17
%45
%14

Triadic Colors of #dcb67a

#dcb67a #7adcb6 #b67adc

Analogous Colors of #dcb67a

#dcb67a #d1dc7a #dc857a

Monochromatic Colors of #dcb67a

#dcb67a

Complementary Color

#dcb67a #7aa0dc

#dcb67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb67a Color CSS Codes

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

#dcb67a Text Font Color

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

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


#dcb67a Background Color

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

This div background color is #dcb67a


#dcb67a Border Color

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

This div border color is #dcb67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb67a


Comments

No comments written yet.

Please login to write comment.