#DB5C12

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

Shades of Chocolate #DB5C12

Tints of Chocolate #DB5C12

Color information

#DB5C12 (or 0xDB5C12) is unknown color: approx Chocolate. HEX triplet: DB, 5C and 12. RGB value is (219,92,18). Sum of RGB (Red+Green+Blue) = 219+92+18=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C12 is #24A3ED. Grayscale: #797979. Windows color (decimal): -2401262 or 1203419. OLE color: 1203419.

HSL color Cylindrical-coordinate representation of color #DB5C12: hue angle of 22.09º 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 #DB5C12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB2199218-
CMYK00.580.920.14
HSL22.09º84.81%46.47%-
HSV(B)22.09º91.78%85.88%-
XYZ33.1522.763.22-
YUV121.5469.58197.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.57%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=66.57%
G=27.96%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219921800.580.920.1422.0984.8146.47
HexDB5C1203A5CE16552e
Octal33313422072134162612556
Binary11011011101110010010011101010111001110101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5C12; }

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

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

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

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

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

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

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

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