#d56c21

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

Shades of Chocolate #D56C21

Tints of Chocolate #D56C21

Color information

#D56C21 (or 0xD56C21) is unknown color: approx Chocolate. HEX triplet: D5, 6C and 21. RGB value is (213,108,33). Sum of RGB (Red+Green+Blue) = 213+108+33=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C21 is #2A93DE. Grayscale: #838383. Windows color (decimal): -2790367 or 2190549. OLE color: 2190549.

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

Color convert

RGB21310833-
CMYK00.490.850.16
HSL25º73.17%48.24%-
HSV(B)25º84.51%83.53%-
XYZ33.0824.984.52-
YUV130.8472.79186.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.17%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=60.17%
G=30.51%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131083300.490.850.162573.1748.24
HexD56C210315510194930
Octal32515441061125203111160
Binary1101010111011001000010110001101010110000110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56c21; }

 p { color: rgb(213,108,33); }

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

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

 a { background-color: rgb(213,108,33); }

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

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

 span { border-color: rgb(213,108,33); }

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