#D56A22

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

Shades of Chocolate #D56A22

Tints of Chocolate #D56A22

Color information

#D56A22 (or 0xD56A22) is unknown color: approx Chocolate. HEX triplet: D5, 6A and 22. RGB value is (213,106,34). Sum of RGB (Red+Green+Blue) = 213+106+34=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A22 is #2A95DD. Grayscale: #828282. Windows color (decimal): -2790878 or 2255573. OLE color: 2255573.

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

Color convert

RGB21310634-
CMYK00.500.840.16
HSL24.13º72.47%48.43%-
HSV(B)24.13º84.04%83.53%-
XYZ32.8824.574.52-
YUV129.7873.95187.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.34%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=60.34%
G=30.03%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131063400.500.840.1624.1372.4748.43
HexD56A220325410184830
Octal32515242062124203011060
Binary1101010111010101000100110010101010010000110001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A22; }

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

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

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

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

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

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

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

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