Color Hex Logo

#db925c Color Hex

#DB925C
(219,146,92)
0 Favorites   0 Comments

Color spaces of #db925c

RGB 21914692
HSL0.070.640.61
HSV26°58°86°
CMYK 0.000.330.58   0.14
XYZ41.424136.390514.9660
Yxy36.39050.44650.3922
Hunter Lab60.324517.005827.5178
CIE-Lab66.817222.118539.5727

#db925c color RGB value is (219,146,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 01011100
Octal 333 222 134
Decimal 219 146 92
Hex DB 92 5C

RGB Percentages of Color #db925c

%47.92
%31.95
%20.13

CMYK Percentages of Color #db925c

%0
%33
%58
%14

Triadic Colors of #db925c

#db925c #5cdb92 #925cdb

Analogous Colors of #db925c

#db925c #dbd25c #db5c66

Monochromatic Colors of #db925c

#db925c

Complementary Color

#db925c #5ca5db

#db925c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db925c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db925c Color CSS Codes

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

#db925c Text Font Color

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

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


#db925c Background Color

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

This div background color is #db925c


#db925c Border Color

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

This div border color is #db925c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db925c


Comments

No comments written yet.

Please login to write comment.