#D57118

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

Shades of Chocolate #D57118

Tints of Chocolate #D57118

Color information

#D57118 (or 0xD57118) is unknown color: approx Chocolate. HEX triplet: D5, 71 and 18. RGB value is (213,113,24). Sum of RGB (Red+Green+Blue) = 213+113+24=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57118 is #2A8EE7. Grayscale: #858585. Windows color (decimal): -2789096 or 1602005. OLE color: 1602005.

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

Color convert

RGB21311324-
CMYK00.470.890.16
HSL28.25º79.75%46.47%-
HSV(B)28.25º88.73%83.53%-
XYZ33.5126.024.12-
YUV132.7566.63185.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.86%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 24 (9.77% from 255) = 6.86%
R=60.86%
G=32.29%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131132400.470.890.1628.2579.7546.47
HexD5711802F59101c502e
Octal32516130057131203412056
Binary110101011110001110000101111101100110000111001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57118; }

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

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

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

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

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

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

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

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