#D26610

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

Shades of Chocolate #D26610

Tints of Chocolate #D26610

Color information

#D26610 (or 0xD26610) is unknown color: approx Chocolate. HEX triplet: D2, 66 and 10. RGB value is (210,102,16). Sum of RGB (Red+Green+Blue) = 210+102+16=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D26610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26610 is #2D99EF. Grayscale: #7C7C7C. Windows color (decimal): -2988528 or 1074898. OLE color: 1074898.

HSL color Cylindrical-coordinate representation of color #D26610: hue angle of 26.6º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D26610 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB21010216-
CMYK00.510.920.18
HSL26.6º85.84%44.31%-
HSV(B)26.6º92.38%82.35%-
XYZ31.4223.243.32-
YUV124.4966.78188.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.02%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 16 (6.64% from 255) = 4.88%
R=64.02%
G=31.10%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101021600.510.920.1826.685.8444.31
HexD266100335C121b562c
Octal32214620063134223312654
Binary110100101100110100000110011101110010010110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26610; }

 p { color: rgb(210,102,16); }

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

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

 a { background-color: rgb(210,102,16); }

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

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

 span { border-color: rgb(210,102,16); }

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