Color Hex Logo

#dbb98f Color Hex

#DBB98F
(219,185,143)
0 Favorites   0 Comments

Color spaces of #dbb98f

RGB 219185143
HSL0.090.510.71
HSV33°35°86°
CMYK 0.000.160.35   0.14
XYZ51.520351.741233.2582
Yxy51.74120.37740.3790
Hunter Lab71.93141.969422.9386
CIE-Lab77.12586.273025.8694

#dbb98f color RGB value is (219,185,143).

#dbb98f hex color red value is 219, green value is 185 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbb98f hue: 0.09 , saturation: 0.51 and the lightness value of dbb98f is 0.71.

The process color (four color CMYK) of #dbb98f color hex is 0.00, 0.16, 0.35, 0.14. Web safe color of #dbb98f is #cccc99. Color #dbb98f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 10001111
Octal 333 271 217
Decimal 219 185 143
Hex DB B9 8F

RGB Percentages of Color #dbb98f

%40.04
%33.82
%26.14

CMYK Percentages of Color #dbb98f

%0
%16
%35
%14

Triadic Colors of #dbb98f

#dbb98f #8fdbb9 #b98fdb

Analogous Colors of #dbb98f

#dbb98f #d7db8f #db938f

Monochromatic Colors of #dbb98f

#dbb98f

Complementary Color

#dbb98f #8fb1db

#dbb98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb98f Color CSS Codes

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

#dbb98f Text Font Color

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

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


#dbb98f Background Color

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

This div background color is #dbb98f


#dbb98f Border Color

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

This div border color is #dbb98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb98f

#dbb98f Color Palettes


Comments

No comments written yet.

Please login to write comment.