Color Hex Logo

#dbca9f Color Hex

#DBCA9F
(219,202,159)
0 Favorites   0 Comments

Color spaces of #dbca9f

RGB 219202159
HSL0.120.450.74
HSV43°27°86°
CMYK 0.000.080.27   0.14
XYZ56.592059.804341.3616
Yxy59.80430.35870.3791
Hunter Lab77.3332-4.707922.4221
CIE-Lab81.7317-0.619023.6561

#dbca9f color RGB value is (219,202,159).

#dbca9f hex color red value is 219, green value is 202 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbca9f hue: 0.12 , saturation: 0.45 and the lightness value of dbca9f is 0.74.

The process color (four color CMYK) of #dbca9f color hex is 0.00, 0.08, 0.27, 0.14. Web safe color of #dbca9f is #cccc99. Color #dbca9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10011111
Octal 333 312 237
Decimal 219 202 159
Hex DB CA 9F

RGB Percentages of Color #dbca9f

%37.76
%34.83
%27.41

CMYK Percentages of Color #dbca9f

%0
%8
%27
%14

Triadic Colors of #dbca9f

#dbca9f #9fdbca #ca9fdb

Analogous Colors of #dbca9f

#dbca9f #cedb9f #dbac9f

Monochromatic Colors of #dbca9f

#dbca9f

Complementary Color

#dbca9f #9fb0db

#dbca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca9f Color CSS Codes

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

#dbca9f Text Font Color

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

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


#dbca9f Background Color

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

This div background color is #dbca9f


#dbca9f Border Color

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

This div border color is #dbca9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,202,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbca9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbca9f;
  -webkit-box-shadow: 1px 1px 3px 2px #dbca9f;
  box-shadow:         1px 1px 3px 2px #dbca9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,202,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca9f

#dbca9f Color Palettes


Comments

No comments written yet.

Please login to write comment.