Color Hex Logo

#db924f Color Hex

#DB924F
(219,146,79)
0 Favorites   0 Comments

Color spaces of #db924f

RGB 21914679
HSL0.080.660.58
HSV29°64°86°
CMYK 0.000.330.64   0.14
XYZ40.903636.182412.2252
Yxy36.18240.45800.4051
Hunter Lab60.151816.115430.0562
CIE-Lab66.659121.205846.0301

#db924f color RGB value is (219,146,79).

#db924f hex color red value is 219, green value is 146 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #db924f hue: 0.08 , saturation: 0.66 and the lightness value of db924f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 01001111
Octal 333 222 117
Decimal 219 146 79
Hex DB 92 4F

RGB Percentages of Color #db924f

%49.32
%32.88
%17.79

CMYK Percentages of Color #db924f

%0
%33
%64
%14

Triadic Colors of #db924f

#db924f #4fdb92 #924fdb

Analogous Colors of #db924f

#db924f #dbd84f #db4f52

Monochromatic Colors of #db924f

#db924f

Complementary Color

#db924f #4f98db

#db924f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db924f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db924f Color CSS Codes

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

#db924f Text Font Color

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

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


#db924f Background Color

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

This div background color is #db924f


#db924f Border Color

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

This div border color is #db924f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db924f


Comments

No comments written yet.

Please login to write comment.