#D55316

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

Shades of Chocolate #D55316

Tints of Chocolate #D55316

Color information

#D55316 (or 0xD55316) is unknown color: approx Chocolate. HEX triplet: D5, 53 and 16. RGB value is (213,83,22). Sum of RGB (Red+Green+Blue) = 213+83+22=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D55316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55316 is #2AACE9. Grayscale: #737373. Windows color (decimal): -2796778 or 1463253. OLE color: 1463253.

HSL color Cylindrical-coordinate representation of color #D55316: hue angle of 19.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D55316 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2138322-
CMYK00.610.900.16
HSL19.16º81.28%46.08%-
HSV(B)19.16º89.67%83.53%-
XYZ30.6820.393.08-
YUV114.9275.57197.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.98%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 22 (8.98% from 255) = 6.92%
R=66.98%
G=26.10%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213832200.610.900.1619.1681.2846.08
HexD5531603D5A1013512e
Octal32512326075132202312156
Binary110101011010011101100111101101101010000100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55316; }

 p { color: rgb(213,83,22); }

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

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

 a { background-color: rgb(213,83,22); }

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

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

 span { border-color: rgb(213,83,22); }

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