#D56013

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

Shades of Chocolate #D56013

Tints of Chocolate #D56013

Color information

#D56013 (or 0xD56013) is unknown color: approx Chocolate. HEX triplet: D5, 60 and 13. RGB value is (213,96,19). Sum of RGB (Red+Green+Blue) = 213+96+19=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D56013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56013 is #2A9FEC. Grayscale: #7A7A7A. Windows color (decimal): -2793453 or 1269973. OLE color: 1269973.

HSL color Cylindrical-coordinate representation of color #D56013: hue angle of 23.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D56013 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB2139619-
CMYK00.550.910.16
HSL23.81º83.62%45.49%-
HSV(B)23.81º91.08%83.53%-
XYZ31.7422.563.3-
YUV122.269.76192.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.94%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 19 (7.81% from 255) = 5.79%
R=64.94%
G=29.27%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213961900.550.910.1623.8183.6245.49
HexD560130375B1018542d
Octal32514023067133203012455
Binary110101011100000100110110111101101110000110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56013; }

 p { color: rgb(213,96,19); }

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

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

 a { background-color: rgb(213,96,19); }

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

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

 span { border-color: rgb(213,96,19); }

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