#D35317

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

Shades of Chocolate #D35317

Tints of Chocolate #D35317

Color information

#D35317 (or 0xD35317) is unknown color: approx Chocolate. HEX triplet: D3, 53 and 17. RGB value is (211,83,23). Sum of RGB (Red+Green+Blue) = 211+83+23=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D35317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35317 is #2CACE8. Grayscale: #727272. Windows color (decimal): -2927849 or 1528787. OLE color: 1528787.

HSL color Cylindrical-coordinate representation of color #D35317: hue angle of 19.15º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D35317 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB2118323-
CMYK00.610.890.17
HSL19.15º80.34%45.88%-
HSV(B)19.15º89.1%82.75%-
XYZ30.1120.13.1-
YUV114.4376.41196.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.56%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 23 (9.38% from 255) = 7.26%
R=66.56%
G=26.18%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211832300.610.890.1719.1580.3445.88
HexD3531703D591113502e
Octal32312327075131212312056
Binary110100111010011101110111101101100110001100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35317; }

 p { color: rgb(211,83,23); }

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

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

 a { background-color: rgb(211,83,23); }

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

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

 span { border-color: rgb(211,83,23); }

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