#D97410

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

Shades of Chocolate #D97410

Tints of Chocolate #D97410

Color information

#D97410 (or 0xD97410) is unknown color: approx Chocolate. HEX triplet: D9, 74 and 10. RGB value is (217,116,16). Sum of RGB (Red+Green+Blue) = 217+116+16=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D97410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97410 is #268BEF. Grayscale: #878787. Windows color (decimal): -2526192 or 1078489. OLE color: 1078489.

HSL color Cylindrical-coordinate representation of color #D97410: hue angle of 29.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D97410 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB21711616-
CMYK00.470.930.15
HSL29.85º86.27%45.69%-
HSV(B)29.85º92.63%85.1%-
XYZ34.9527.283.91-
YUV134.860.96186.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 16 (6.64% from 255) = 4.58%
R=62.18%
G=33.24%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171161600.470.930.1529.8586.2745.69
HexD9741002F5DF1e562e
Octal33116420057135173612656
Binary11011001111010010000010111110111011111111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97410; }

 p { color: rgb(217,116,16); }

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

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

 a { background-color: rgb(217,116,16); }

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

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

 span { border-color: rgb(217,116,16); }

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