Color Hex Logo

#db9867 Color Hex

#DB9867
(219,152,103)
0 Favorites   0 Comments

Color spaces of #db9867

RGB 219152103
HSL0.070.620.63
HSV25°53°86°
CMYK 0.000.310.53   0.14
XYZ42.889838.495818.0019
Yxy38.49580.43150.3873
Hunter Lab62.045014.812926.2289
CIE-Lab68.384519.782635.7207

#db9867 color RGB value is (219,152,103).

#db9867 hex color red value is 219, green value is 152 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #db9867 hue: 0.07 , saturation: 0.62 and the lightness value of db9867 is 0.63.

The process color (four color CMYK) of #db9867 color hex is 0.00, 0.31, 0.53, 0.14. Web safe color of #db9867 is #cc9966. Color #db9867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 01100111
Octal 333 230 147
Decimal 219 152 103
Hex DB 98 67

RGB Percentages of Color #db9867

%46.20
%32.07
%21.73

CMYK Percentages of Color #db9867

%0
%31
%53
%14

Triadic Colors of #db9867

#db9867 #67db98 #9867db

Analogous Colors of #db9867

#db9867 #dbd267 #db6770

Monochromatic Colors of #db9867

#db9867

Complementary Color

#db9867 #67aadb

#db9867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9867 Color CSS Codes

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

#db9867 Text Font Color

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

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


#db9867 Background Color

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

This div background color is #db9867


#db9867 Border Color

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

This div border color is #db9867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9867


Comments

No comments written yet.

Please login to write comment.