Color Hex Logo

#dbd09b Color Hex

#DBD09B
(219,208,155)
0 Favorites   0 Comments

Color spaces of #dbd09b

RGB 219208155
HSL0.140.470.73
HSV50°29°86°
CMYK 0.000.050.29   0.14
XYZ57.685762.538440.0411
Yxy62.53840.35990.3902
Hunter Lab79.0812-8.185525.3366
CIE-Lab83.1989-4.250727.7439

#dbd09b color RGB value is (219,208,155).

#dbd09b hex color red value is 219, green value is 208 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dbd09b hue: 0.14 , saturation: 0.47 and the lightness value of dbd09b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 10011011
Octal 333 320 233
Decimal 219 208 155
Hex DB D0 9B

RGB Percentages of Color #dbd09b

%37.63
%35.74
%26.63

CMYK Percentages of Color #dbd09b

%0
%5
%29
%14

Triadic Colors of #dbd09b

#dbd09b #9bdbd0 #d09bdb

Analogous Colors of #dbd09b

#dbd09b #c6db9b #dbb09b

Monochromatic Colors of #dbd09b

#dbd09b

Complementary Color

#dbd09b #9ba6db

#dbd09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd09b Color CSS Codes

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

#dbd09b Text Font Color

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

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


#dbd09b Background Color

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

This div background color is #dbd09b


#dbd09b Border Color

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

This div border color is #dbd09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd09b


Comments

No comments written yet.

Please login to write comment.