#D76E22

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

Shades of Chocolate #D76E22

Tints of Chocolate #D76E22

Color information

#D76E22 (or 0xD76E22) is unknown color: approx Chocolate. HEX triplet: D7, 6E and 22. RGB value is (215,110,34). Sum of RGB (Red+Green+Blue) = 215+110+34=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E22 is #2891DD. Grayscale: #858585. Windows color (decimal): -2658782 or 2256599. OLE color: 2256599.

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

Color convert

RGB21511034-
CMYK00.490.840.16
HSL25.19º72.69%48.82%-
HSV(B)25.19º84.19%84.31%-
XYZ33.8925.714.69-
YUV132.7372.29186.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.89%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 34 (13.67% from 255) = 9.47%
R=59.89%
G=30.64%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151103400.490.840.1625.1972.6948.82
HexD76E220315410194931
Octal32715642061124203111161
Binary1101011111011101000100110001101010010000110011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76E22; }

 p { color: rgb(215,110,34); }

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

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

 a { background-color: rgb(215,110,34); }

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

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

 span { border-color: rgb(215,110,34); }

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