Color Hex Logo

#db9260 Color Hex

#DB9260
(219,146,96)
0 Favorites   0 Comments

Color spaces of #db9260

RGB 21914696
HSL0.070.630.62
HSV24°56°86°
CMYK 0.000.330.56   0.14
XYZ41.603636.462415.9115
Yxy36.46240.44270.3880
Hunter Lab60.384117.311226.6457
CIE-Lab66.871722.430437.5374

#db9260 color RGB value is (219,146,96).

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

The process color (four color CMYK) of #db9260 color hex is 0.00, 0.33, 0.56, 0.14. Web safe color of #db9260 is #cc9966. Color #db9260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 01100000
Octal 333 222 140
Decimal 219 146 96
Hex DB 92 60

RGB Percentages of Color #db9260

%47.51
%31.67
%20.82

CMYK Percentages of Color #db9260

%0
%33
%56
%14

Triadic Colors of #db9260

#db9260 #60db92 #9260db

Analogous Colors of #db9260

#db9260 #dbd060 #db606c

Monochromatic Colors of #db9260

#db9260

Complementary Color

#db9260 #60a9db

#db9260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9260 Color CSS Codes

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

#db9260 Text Font Color

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

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


#db9260 Background Color

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

This div background color is #db9260


#db9260 Border Color

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

This div border color is #db9260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9260


Comments

No comments written yet.

Please login to write comment.