Color Hex Logo

#db823c Color Hex

#DB823C
(219,130,60)
0 Favorites   0 Comments

Color spaces of #db823c

RGB 21913060
HSL0.070.690.55
HSV26°73°86°
CMYK 0.000.410.73   0.14
XYZ38.011731.35168.3230
Yxy31.35160.48930.4036
Hunter Lab55.992523.191630.3816
CIE-Lab62.803328.710750.9882

#db823c color RGB value is (219,130,60).

#db823c hex color red value is 219, green value is 130 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db823c hue: 0.07 , saturation: 0.69 and the lightness value of db823c is 0.55.

The process color (four color CMYK) of #db823c color hex is 0.00, 0.41, 0.73, 0.14. Web safe color of #db823c is #cc9933. Color #db823c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 00111100
Octal 333 202 74
Decimal 219 130 60
Hex DB 82 3C

RGB Percentages of Color #db823c

%53.55
%31.78
%14.67

CMYK Percentages of Color #db823c

%0
%41
%73
%14

Triadic Colors of #db823c

#db823c #3cdb82 #823cdb

Analogous Colors of #db823c

#db823c #dbd23c #db3c45

Monochromatic Colors of #db823c

#db823c

Complementary Color

#db823c #3c95db

#db823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db823c Color CSS Codes

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

#db823c Text Font Color

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

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


#db823c Background Color

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

This div background color is #db823c


#db823c Border Color

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

This div border color is #db823c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db823c


Comments

No comments written yet.

Please login to write comment.