Color Hex Logo

#dbd88a Color Hex

#DBD88A
(219,216,138)
0 Favorites   0 Comments

Color spaces of #dbd88a

RGB 219216138
HSL0.160.530.70
HSV58°37°86°
CMYK 0.000.010.37   0.14
XYZ58.356766.006833.7096
Yxy66.00680.36920.4176
Hunter Lab81.2446-13.964232.2709
CIE-Lab84.9999-10.378438.8388

#dbd88a color RGB value is (219,216,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 10001010
Octal 333 330 212
Decimal 219 216 138
Hex DB D8 8A

RGB Percentages of Color #dbd88a

%38.22
%37.70
%24.08

CMYK Percentages of Color #dbd88a

%0
%1
%37
%14

Triadic Colors of #dbd88a

#dbd88a #8adbd8 #d88adb

Analogous Colors of #dbd88a

#dbd88a #b6db8a #dbb08a

Monochromatic Colors of #dbd88a

#dbd88a

Complementary Color

#dbd88a #8a8ddb

#dbd88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd88a Color CSS Codes

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

#dbd88a Text Font Color

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

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


#dbd88a Background Color

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

This div background color is #dbd88a


#dbd88a Border Color

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

This div border color is #dbd88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd88a


Comments

No comments written yet.

Please login to write comment.