Color Hex Logo

#dbd08a Color Hex

#DBD08A
(219,208,138)
0 Favorites   0 Comments

Color spaces of #dbd08a

RGB 219208138
HSL0.140.530.70
HSV52°37°86°
CMYK 0.000.050.37   0.14
XYZ56.356762.006833.0429
Yxy62.00680.37220.4095
Hunter Lab78.7444-10.051830.2417
CIE-Lab82.9170-6.312036.1456

#dbd08a color RGB value is (219,208,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 10001010
Octal 333 320 212
Decimal 219 208 138
Hex DB D0 8A

RGB Percentages of Color #dbd08a

%38.76
%36.81
%24.42

CMYK Percentages of Color #dbd08a

%0
%5
%37
%14

Triadic Colors of #dbd08a

#dbd08a #8adbd0 #d08adb

Analogous Colors of #dbd08a

#dbd08a #bedb8a #dba88a

Monochromatic Colors of #dbd08a

#dbd08a

Complementary Color

#dbd08a #8a95db

#dbd08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd08a Color CSS Codes

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

#dbd08a Text Font Color

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

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


#dbd08a Background Color

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

This div background color is #dbd08a


#dbd08a Border Color

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

This div border color is #dbd08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd08a


Comments

No comments written yet.

Please login to write comment.