Color Hex Logo

#dcb27b Color Hex

#DCB27B
(220,178,123)
0 Favorites   0 Comments

Color spaces of #dcb27b

RGB 220178123
HSL0.090.580.67
HSV34°44°86°
CMYK 0.000.190.44   0.14
XYZ49.010748.486525.5146
Yxy48.48650.39840.3942
Hunter Lab69.63223.780927.0176
CIE-Lab75.13078.142533.8192

#dcb27b color RGB value is (220,178,123).

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

The process color (four color CMYK) of #dcb27b color hex is 0.00, 0.19, 0.44, 0.14. Web safe color of #dcb27b is #cc9966. Color #dcb27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 01111011
Octal 334 262 173
Decimal 220 178 123
Hex DC B2 7B

RGB Percentages of Color #dcb27b

%42.23
%34.17
%23.61

CMYK Percentages of Color #dcb27b

%0
%19
%44
%14

Triadic Colors of #dcb27b

#dcb27b #7bdcb2 #b27bdc

Analogous Colors of #dcb27b

#dcb27b #d6dc7b #dc827b

Monochromatic Colors of #dcb27b

#dcb27b

Complementary Color

#dcb27b #7ba5dc

#dcb27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb27b Color CSS Codes

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

#dcb27b Text Font Color

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

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


#dcb27b Background Color

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

This div background color is #dcb27b


#dcb27b Border Color

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

This div border color is #dcb27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb27b


Comments

No comments written yet.

Please login to write comment.