color codes Logo

#db962c color codes

#DB962C
(219,150,44)
0 Favorites   0 Comments

Color spaces of #db962c

RGB 21915044
HSL0.100.710.52
HSV36°80°86°
CMYK 0.000.320.80   0.14
XYZ40.574437.05467.3966
Yxy37.05460.47720.4358
Hunter Lab60.872512.451935.4064
CIE-Lab67.318017.350262.0459

#db962c color RGB value is (219,150,44).

#db962c hex color red value is 219, green value is 150 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #db962c hue: 0.10 , saturation: 0.71 and the lightness value of db962c is 0.52.

The process color (four color CMYK) of #db962c color code is 0.00, 0.32, 0.80, 0.14. Web safe color of #db962c is #cc9933. Color #db962c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 00101100
Octal 333 226 54
Decimal 219 150 44
Hex DB 96 2C

RGB Percentages of Color #db962c

%53.03
%36.32
%10.65

CMYK Percentages of Color #db962c

%0
%32
%80
%14

Triadic Colors of #db962c

#db962c #2cdb96 #962cdb

Analogous Colors of #db962c

#db962c #c9db2c #db3e2c

Monochromatic Colors of #db962c

#db962c

Complementary Color

#db962c #2c71db

#db962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db962c Color CSS Codes

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

#db962c Text Font Color

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

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


#db962c Background Color

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

This div background color is #db962c


#db962c Border Color

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

This div border color is #db962c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db962c


Comments

No comments written yet.

Please login to write comment.