#D66817

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

Shades of Chocolate #D66817

Tints of Chocolate #D66817

Color information

#D66817 (or 0xD66817) is unknown color: approx Chocolate. HEX triplet: D6, 68 and 17. RGB value is (214,104,23). Sum of RGB (Red+Green+Blue) = 214+104+23=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D66817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66817 is #2997E8. Grayscale: #808080. Windows color (decimal): -2725865 or 1534166. OLE color: 1534166.

HSL color Cylindrical-coordinate representation of color #D66817: hue angle of 25.45º 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 #D66817 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB21410423-
CMYK00.510.890.16
HSL25.45º80.59%46.47%-
HSV(B)25.45º89.25%83.92%-
XYZ32.8424.263.76-
YUV127.6668.94189.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.76%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 23 (9.38% from 255) = 6.74%
R=62.76%
G=30.50%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141042300.510.890.1625.4580.5946.47
HexD66817033591019512e
Octal32615027063131203112156
Binary110101101101000101110110011101100110000110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66817; }

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

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

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

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

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

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

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

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