#DB5A12

Color #DB5A12 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #DB5A12

Tints of Chocolate #DB5A12

Color information

#DB5A12 (or 0xDB5A12) is unknown color: approx Chocolate. HEX triplet: DB, 5A and 12. RGB value is (219,90,18). Sum of RGB (Red+Green+Blue) = 219+90+18=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A12 is #24A5ED. Grayscale: #787878. Windows color (decimal): -2401774 or 1202907. OLE color: 1202907.

HSL color Cylindrical-coordinate representation of color #DB5A12: hue angle of 21.49º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB5A12 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB2199018-
CMYK00.590.920.14
HSL21.49º84.81%46.47%-
HSV(B)21.49º91.78%85.88%-
XYZ32.9822.423.16-
YUV120.3670.24198.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 66.97%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=66.97%
G=27.52%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219901800.590.920.1421.4984.8146.47
HexDB5A1203B5CE15552e
Octal33313222073134162512556
Binary11011011101101010010011101110111001110101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5A12; }

 p { color: rgb(219,90,18); }

 H1.HeaderClassName
 {
   color: #DB5A12;
 }
 .AnyTagClassName
 {
   color: #DB5A12;
 }
</style>
background-color css

<style>
 a { background-color: #DB5A12; }

 a { background-color: rgb(219,90,18); }

 div.DivClassName
 {
   background-color: #DB5A12;
 }
 .BgClassName
 {
   background-color: #DB5A12;
 }
</style>
border-color css

<style>
 span { border-color: #DB5A12; }

 span { border-color: rgb(219,90,18); }

 td.TdClassName
 {
   border-color: #DB5A12;
 }
 .TagClassName
 {
   border-color: #DB5A12;
 }
</style>