Color Hex Logo

#dcbb98 Color Hex

#DCBB98
(220,187,152)
0 Favorites   0 Comments

Color spaces of #dcbb98

RGB 220187152
HSL0.090.490.73
HSV31°31°86°
CMYK 0.000.150.31   0.14
XYZ52.953053.023337.1494
Yxy53.02330.37000.3705
Hunter Lab72.81712.376320.7237
CIE-Lab77.88886.729022.1243

#dcbb98 color RGB value is (220,187,152).

#dcbb98 hex color red value is 220, green value is 187 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dcbb98 hue: 0.09 , saturation: 0.49 and the lightness value of dcbb98 is 0.73.

The process color (four color CMYK) of #dcbb98 color hex is 0.00, 0.15, 0.31, 0.14. Web safe color of #dcbb98 is #cccc99. Color #dcbb98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10011000
Octal 334 273 230
Decimal 220 187 152
Hex DC BB 98

RGB Percentages of Color #dcbb98

%39.36
%33.45
%27.19

CMYK Percentages of Color #dcbb98

%0
%15
%31
%14

Triadic Colors of #dcbb98

#dcbb98 #98dcbb #bb98dc

Analogous Colors of #dcbb98

#dcbb98 #dbdc98 #dc9998

Monochromatic Colors of #dcbb98

#dcbb98

Complementary Color

#dcbb98 #98b9dc

#dcbb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb98 Color CSS Codes

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

#dcbb98 Text Font Color

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

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


#dcbb98 Background Color

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

This div background color is #dcbb98


#dcbb98 Border Color

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

This div border color is #dcbb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb98


Comments

No comments written yet.

Please login to write comment.