#D86226

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

Shades of Chocolate #D86226

Tints of Chocolate #D86226

Color information

#D86226 (or 0xD86226) is unknown color: approx Chocolate. HEX triplet: D8, 62 and 26. RGB value is (216,98,38). Sum of RGB (Red+Green+Blue) = 216+98+38=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D86226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86226 is #279DD9. Grayscale: #7E7E7E. Windows color (decimal): -2596314 or 2515672. OLE color: 2515672.

HSL color Cylindrical-coordinate representation of color #D86226: hue angle of 20.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D86226 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2169838-
CMYK00.550.820.15
HSL20.22º70.08%49.8%-
HSV(B)20.22º82.41%84.71%-
XYZ33.0423.474.62-
YUV126.4478.09191.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.36%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 38 (15.23% from 255) = 10.80%
R=61.36%
G=27.84%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216983800.550.820.1520.2270.0849.8
HexD8622603752F144632
Octal33014246067122172410662
Binary110110001100010100110011011110100101111101001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86226; }

 p { color: rgb(216,98,38); }

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

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

 a { background-color: rgb(216,98,38); }

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

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

 span { border-color: rgb(216,98,38); }

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