#D26310

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

Shades of Chocolate #D26310

Tints of Chocolate #D26310

Color information

#D26310 (or 0xD26310) is unknown color: approx Chocolate. HEX triplet: D2, 63 and 10. RGB value is (210,99,16). Sum of RGB (Red+Green+Blue) = 210+99+16=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D26310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26310 is #2D9CEF. Grayscale: #7B7B7B. Windows color (decimal): -2989296 or 1074130. OLE color: 1074130.

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

Color convert

RGB2109916-
CMYK00.530.920.18
HSL25.67º85.84%44.31%-
HSV(B)25.67º92.38%82.35%-
XYZ31.1322.663.22-
YUV122.7367.77190.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.62%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=64.62%
G=30.46%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210991600.530.920.1825.6785.8444.31
HexD263100355C121a562c
Octal32214320065134223212654
Binary110100101100011100000110101101110010010110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26310; }

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

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

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

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

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

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

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

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