#D76B12

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

Shades of Chocolate #D76B12

Tints of Chocolate #D76B12

Color information

#D76B12 (or 0xD76B12) is unknown color: approx Chocolate. HEX triplet: D7, 6B and 12. RGB value is (215,107,18). Sum of RGB (Red+Green+Blue) = 215+107+18=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76B12 is #2894ED. Grayscale: #818181. Windows color (decimal): -2659566 or 1207255. OLE color: 1207255.

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

Color convert

RGB21510718-
CMYK00.500.920.16
HSL27.11º84.55%45.69%-
HSV(B)27.11º91.63%84.31%-
XYZ33.3925.013.64-
YUV129.1565.28189.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.24%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 18 (7.42% from 255) = 5.29%
R=63.24%
G=31.47%
B=5.29%

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
Decimal2151071800.500.920.1627.1184.5545.69
HexD76B120325C101b552e
Octal32715322062134203312556
Binary110101111101011100100110010101110010000110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76B12; }

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

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

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

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

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

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

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

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