Color Hex Logo

#dbd097 Color Hex

#DBD097
(219,208,151)
0 Favorites   0 Comments

Color spaces of #dbd097

RGB 219208151
HSL0.140.490.73
HSV50°31°86°
CMYK 0.000.050.31   0.14
XYZ57.355262.406238.3008
Yxy62.40620.36290.3948
Hunter Lab78.9976-8.648126.5524
CIE-Lab83.1290-4.759229.7300

#dbd097 color RGB value is (219,208,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 10010111
Octal 333 320 227
Decimal 219 208 151
Hex DB D0 97

RGB Percentages of Color #dbd097

%37.89
%35.99
%26.12

CMYK Percentages of Color #dbd097

%0
%5
%31
%14

Triadic Colors of #dbd097

#dbd097 #97dbd0 #d097db

Analogous Colors of #dbd097

#dbd097 #c4db97 #dbae97

Monochromatic Colors of #dbd097

#dbd097

Complementary Color

#dbd097 #97a2db

#dbd097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd097 Color CSS Codes

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

#dbd097 Text Font Color

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

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


#dbd097 Background Color

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

This div background color is #dbd097


#dbd097 Border Color

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

This div border color is #dbd097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd097


Comments

No comments written yet.

Please login to write comment.