#D46017

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

Shades of Chocolate #D46017

Tints of Chocolate #D46017

Color information

#D46017 (or 0xD46017) is unknown color: approx Chocolate. HEX triplet: D4, 60 and 17. RGB value is (212,96,23). Sum of RGB (Red+Green+Blue) = 212+96+23=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D46017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46017 is #2B9FE8. Grayscale: #7A7A7A. Windows color (decimal): -2858985 or 1532116. OLE color: 1532116.

HSL color Cylindrical-coordinate representation of color #D46017: hue angle of 23.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D46017 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB2129623-
CMYK00.550.890.17
HSL23.17º80.43%46.08%-
HSV(B)23.17º89.15%83.14%-
XYZ31.4922.423.48-
YUV122.3671.93191.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.05%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 23 (9.38% from 255) = 6.95%
R=64.05%
G=29.00%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212962300.550.890.1723.1780.4346.08
HexD46017037591117502e
Octal32414027067131212712056
Binary110101001100000101110110111101100110001101111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46017; }

 p { color: rgb(212,96,23); }

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

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

 a { background-color: rgb(212,96,23); }

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

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

 span { border-color: rgb(212,96,23); }

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