#D76116

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

Shades of Chocolate #D76116

Tints of Chocolate #D76116

Color information

#D76116 (or 0xD76116) is unknown color: approx Chocolate. HEX triplet: D7, 61 and 16. RGB value is (215,97,22). Sum of RGB (Red+Green+Blue) = 215+97+22=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76116 is #289EE9. Grayscale: #7C7C7C. Windows color (decimal): -2662122 or 1466839. OLE color: 1466839.

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

Color convert

RGB2159722-
CMYK00.550.900.16
HSL23.32º81.43%46.47%-
HSV(B)23.32º89.77%84.31%-
XYZ32.4423.053.5-
YUV123.7370.59193.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.37%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=64.37%
G=29.04%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215972200.550.900.1623.3281.4346.47
HexD761160375A1017512e
Octal32714126067132202712156
Binary110101111100001101100110111101101010000101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76116; }

 p { color: rgb(215,97,22); }

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

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

 a { background-color: rgb(215,97,22); }

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

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

 span { border-color: rgb(215,97,22); }

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