#D95216

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

Shades of Chocolate #D95216

Tints of Chocolate #D95216

Color information

#D95216 (or 0xD95216) is unknown color: approx Chocolate. HEX triplet: D9, 52 and 16. RGB value is (217,82,22). Sum of RGB (Red+Green+Blue) = 217+82+22=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D95216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95216 is #26ADE9. Grayscale: #737373. Windows color (decimal): -2534890 or 1463001. OLE color: 1463001.

HSL color Cylindrical-coordinate representation of color #D95216: hue angle of 18.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D95216 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2178222-
CMYK00.620.900.15
HSL18.46º81.59%46.86%-
HSV(B)18.46º89.86%85.1%-
XYZ31.7820.843.11-
YUV115.5275.23200.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.60%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=67.60%
G=25.55%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217822200.620.900.1518.4681.5946.86
HexD9521603E5AF12522f
Octal33112226076132172212257
Binary11011001101001010110011111010110101111100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95216; }

 p { color: rgb(217,82,22); }

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

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

 a { background-color: rgb(217,82,22); }

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

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

 span { border-color: rgb(217,82,22); }

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