Color Hex Logo

#dcbf8b Color Hex

#DCBF8B
(220,191,139)
0 Favorites   0 Comments

Color spaces of #dcbf8b

RGB 220191139
HSL0.110.540.70
HSV39°37°86°
CMYK 0.000.130.37   0.14
XYZ52.806254.341332.1318
Yxy54.34130.37910.3902
Hunter Lab73.7166-1.137125.7581
CIE-Lab78.66033.022730.0532

#dcbf8b color RGB value is (220,191,139).

#dcbf8b hex color red value is 220, green value is 191 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dcbf8b hue: 0.11 , saturation: 0.54 and the lightness value of dcbf8b is 0.70.

The process color (four color CMYK) of #dcbf8b color hex is 0.00, 0.13, 0.37, 0.14. Web safe color of #dcbf8b is #cccc99. Color #dcbf8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 10001011
Octal 334 277 213
Decimal 220 191 139
Hex DC BF 8B

RGB Percentages of Color #dcbf8b

%40.00
%34.73
%25.27

CMYK Percentages of Color #dcbf8b

%0
%13
%37
%14

Triadic Colors of #dcbf8b

#dcbf8b #8bdcbf #bf8bdc

Analogous Colors of #dcbf8b

#dcbf8b #d1dc8b #dc978b

Monochromatic Colors of #dcbf8b

#dcbf8b

Complementary Color

#dcbf8b #8ba8dc

#dcbf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf8b Color CSS Codes

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

#dcbf8b Text Font Color

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

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


#dcbf8b Background Color

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

This div background color is #dcbf8b


#dcbf8b Border Color

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

This div border color is #dcbf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf8b


Comments

No comments written yet.

Please login to write comment.