#D76C12

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

Shades of Chocolate #D76C12

Tints of Chocolate #D76C12

Color information

#D76C12 (or 0xD76C12) is unknown color: approx Chocolate. HEX triplet: D7, 6C and 12. RGB value is (215,108,18). Sum of RGB (Red+Green+Blue) = 215+108+18=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C12 is #2893ED. Grayscale: #828282. Windows color (decimal): -2659310 or 1207511. OLE color: 1207511.

HSL color Cylindrical-coordinate representation of color #D76C12: hue angle of 27.41º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D76C12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB21510818-
CMYK00.500.920.16
HSL27.41º84.55%45.69%-
HSV(B)27.41º91.63%84.31%-
XYZ33.525.223.67-
YUV129.7364.95188.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.05%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=63.05%
G=31.67%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151081800.500.920.1627.4184.5545.69
HexD76C120325C101b552e
Octal32715422062134203312556
Binary110101111101100100100110010101110010000110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C12; }

 p { color: rgb(215,108,18); }

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

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

 a { background-color: rgb(215,108,18); }

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

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

 span { border-color: rgb(215,108,18); }

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