#D66017

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

Shades of Chocolate #D66017

Tints of Chocolate #D66017

Color information

#D66017 (or 0xD66017) is unknown color: approx Chocolate. HEX triplet: D6, 60 and 17. RGB value is (214,96,23). Sum of RGB (Red+Green+Blue) = 214+96+23=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D66017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66017 is #299FE8. Grayscale: #7B7B7B. Windows color (decimal): -2727913 or 1532118. OLE color: 1532118.

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

Color convert

RGB2149623-
CMYK00.550.890.16
HSL22.93º80.59%46.47%-
HSV(B)22.93º89.25%83.92%-
XYZ32.0722.723.51-
YUV122.9671.59192.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.26%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 23 (9.38% from 255) = 6.91%
R=64.26%
G=28.83%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214962300.550.890.1622.9380.5946.47
HexD66017037591017512e
Octal32614027067131202712156
Binary110101101100000101110110111101100110000101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66017; }

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

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

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

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

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

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

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

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