#D56422

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

Shades of Chocolate #D56422

Tints of Chocolate #D56422

Color information

#D56422 (or 0xD56422) is unknown color: approx Chocolate. HEX triplet: D5, 64 and 22. RGB value is (213,100,34). Sum of RGB (Red+Green+Blue) = 213+100+34=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D56422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56422 is #2A9BDD. Grayscale: #7E7E7E. Windows color (decimal): -2792414 or 2254037. OLE color: 2254037.

HSL color Cylindrical-coordinate representation of color #D56422: hue angle of 22.12º 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 #D56422 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB21310034-
CMYK00.530.840.16
HSL22.12º72.47%48.43%-
HSV(B)22.12º84.04%83.53%-
XYZ32.2923.384.32-
YUV126.2675.94189.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.38%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=61.38%
G=28.82%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131003400.530.840.1622.1272.4748.43
HexD564220355410164830
Octal32514442065124202611060
Binary1101010111001001000100110101101010010000101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56422; }

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

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

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

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

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

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

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

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