#DB6422

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

Shades of Chocolate #DB6422

Tints of Chocolate #DB6422

Color information

#DB6422 (or 0xDB6422) is unknown color: approx Chocolate. HEX triplet: DB, 64 and 22. RGB value is (219,100,34). Sum of RGB (Red+Green+Blue) = 219+100+34=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6422 is #249BDD. Grayscale: #808080. Windows color (decimal): -2399198 or 2254043. OLE color: 2254043.

HSL color Cylindrical-coordinate representation of color #DB6422: hue angle of 21.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB6422 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB21910034-
CMYK00.540.840.14
HSL21.41º73.12%49.61%-
HSV(B)21.41º84.47%85.88%-
XYZ34.0624.294.41-
YUV128.0674.92192.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.04%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=62.04%
G=28.33%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191003400.540.840.1421.4173.1249.61
HexDB642203654E154932
Octal33314442066124162511162
Binary110110111100100100010011011010101001110101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6422; }

 p { color: rgb(219,100,34); }

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

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

 a { background-color: rgb(219,100,34); }

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

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

 span { border-color: rgb(219,100,34); }

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