Color Hex Logo

#dcbf88 Color Hex

#DCBF88
(220,191,136)
0 Favorites   0 Comments

Color spaces of #dcbf88

RGB 220191136
HSL0.110.550.70
HSV39°38°86°
CMYK 0.000.130.38   0.14
XYZ52.589954.254830.9930
Yxy54.25480.38150.3936
Hunter Lab73.6579-1.456626.6131
CIE-Lab78.61012.677331.5586

#dcbf88 color RGB value is (220,191,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 10001000
Octal 334 277 210
Decimal 220 191 136
Hex DC BF 88

RGB Percentages of Color #dcbf88

%40.22
%34.92
%24.86

CMYK Percentages of Color #dcbf88

%0
%13
%38
%14

Triadic Colors of #dcbf88

#dcbf88 #88dcbf #bf88dc

Analogous Colors of #dcbf88

#dcbf88 #cfdc88 #dc9588

Monochromatic Colors of #dcbf88

#dcbf88

Complementary Color

#dcbf88 #88a5dc

#dcbf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf88 Color CSS Codes

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

#dcbf88 Text Font Color

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

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


#dcbf88 Background Color

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

This div background color is #dcbf88


#dcbf88 Border Color

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

This div border color is #dcbf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf88


Comments

No comments written yet.

Please login to write comment.