Color Hex Logo

#dbd397 Color Hex

#DBD397
(219,211,151)
0 Favorites   0 Comments

Color spaces of #dbd397

RGB 219211151
HSL0.150.490.73
HSV53°31°86°
CMYK 0.000.040.31   0.14
XYZ58.093663.883038.5469
Yxy63.88300.36190.3980
Hunter Lab79.9268-10.132027.3546
CIE-Lab83.9048-6.297930.7660

#dbd397 color RGB value is (219,211,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10010111
Octal 333 323 227
Decimal 219 211 151
Hex DB D3 97

RGB Percentages of Color #dbd397

%37.69
%36.32
%25.99

CMYK Percentages of Color #dbd397

%0
%4
%31
%14

Triadic Colors of #dbd397

#dbd397 #97dbd3 #d397db

Analogous Colors of #dbd397

#dbd397 #c1db97 #dbb197

Monochromatic Colors of #dbd397

#dbd397

Complementary Color

#dbd397 #979fdb

#dbd397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd397 Color CSS Codes

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

#dbd397 Text Font Color

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

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


#dbd397 Background Color

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

This div background color is #dbd397


#dbd397 Border Color

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

This div border color is #dbd397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd397


Comments

No comments written yet.

Please login to write comment.