Color Hex Logo

#dbbd8f Color Hex

#DBBD8F
(219,189,143)
0 Favorites   0 Comments

Color spaces of #dbbd8f

RGB 219189143
HSL0.100.510.71
HSV36°35°86°
CMYK 0.000.140.35   0.14
XYZ52.368953.438433.5411
Yxy53.43840.37580.3835
Hunter Lab73.1016-0.053023.9671
CIE-Lab78.13314.157327.2253

#dbbd8f color RGB value is (219,189,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10001111
Octal 333 275 217
Decimal 219 189 143
Hex DB BD 8F

RGB Percentages of Color #dbbd8f

%39.75
%34.30
%25.95

CMYK Percentages of Color #dbbd8f

%0
%14
%35
%14

Triadic Colors of #dbbd8f

#dbbd8f #8fdbbd #bd8fdb

Analogous Colors of #dbbd8f

#dbbd8f #d3db8f #db978f

Monochromatic Colors of #dbbd8f

#dbbd8f

Complementary Color

#dbbd8f #8faddb

#dbbd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd8f Color CSS Codes

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

#dbbd8f Text Font Color

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

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


#dbbd8f Background Color

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

This div background color is #dbbd8f


#dbbd8f Border Color

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

This div border color is #dbbd8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,189,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 #dbbd8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd8f


Comments

No comments written yet.

Please login to write comment.