#D56A18

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

Shades of Chocolate #D56A18

Tints of Chocolate #D56A18

Color information

#D56A18 (or 0xD56A18) is unknown color: approx Chocolate. HEX triplet: D5, 6A and 18. RGB value is (213,106,24). Sum of RGB (Red+Green+Blue) = 213+106+24=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A18 is #2A95E7. Grayscale: #818181. Windows color (decimal): -2790888 or 1600213. OLE color: 1600213.

HSL color Cylindrical-coordinate representation of color #D56A18: hue angle of 26.03º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D56A18 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB21310624-
CMYK00.500.890.16
HSL26.03º79.75%46.47%-
HSV(B)26.03º88.73%83.53%-
XYZ32.7624.523.87-
YUV128.6468.95188.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.10%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=62.10%
G=30.90%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131062400.500.890.1626.0379.7546.47
HexD56A1803259101a502e
Octal32515230062131203212056
Binary110101011101010110000110010101100110000110101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A18; }

 p { color: rgb(213,106,24); }

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

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

 a { background-color: rgb(213,106,24); }

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

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

 span { border-color: rgb(213,106,24); }

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