Color Hex Logo

#dbd699 Color Hex

#DBD699
(219,214,153)
0 Favorites   0 Comments

Color spaces of #dbd699

RGB 219214153
HSL0.150.480.73
HSV55°30°86°
CMYK 0.000.020.30   0.14
XYZ59.009865.453139.6606
Yxy65.45310.35950.3988
Hunter Lab80.9031-11.384527.5668
CIE-Lab84.7167-7.578230.8161

#dbd699 color RGB value is (219,214,153).

#dbd699 hex color red value is 219, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dbd699 hue: 0.15 , saturation: 0.48 and the lightness value of dbd699 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10011001
Octal 333 326 231
Decimal 219 214 153
Hex DB D6 99

RGB Percentages of Color #dbd699

%37.37
%36.52
%26.11

CMYK Percentages of Color #dbd699

%0
%2
%30
%14

Triadic Colors of #dbd699

#dbd699 #99dbd6 #d699db

Analogous Colors of #dbd699

#dbd699 #bfdb99 #dbb599

Monochromatic Colors of #dbd699

#dbd699

Complementary Color

#dbd699 #999edb

#dbd699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd699 Color CSS Codes

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

#dbd699 Text Font Color

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

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


#dbd699 Background Color

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

This div background color is #dbd699


#dbd699 Border Color

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

This div border color is #dbd699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd699


Comments

No comments written yet.

Please login to write comment.