#D66819

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

Shades of Chocolate #D66819

Tints of Chocolate #D66819

Color information

#D66819 (or 0xD66819) is unknown color: approx Chocolate. HEX triplet: D6, 68 and 19. RGB value is (214,104,25). Sum of RGB (Red+Green+Blue) = 214+104+25=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D66819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66819 is #2997E6. Grayscale: #808080. Windows color (decimal): -2725863 or 1665238. OLE color: 1665238.

HSL color Cylindrical-coordinate representation of color #D66819: hue angle of 25.08º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D66819 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21410425-
CMYK00.510.880.16
HSL25.08º79.08%46.86%-
HSV(B)25.08º88.32%83.92%-
XYZ32.8624.273.87-
YUV127.8869.94189.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.39%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=62.39%
G=30.32%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141042500.510.880.1625.0879.0846.86
HexD668190335810194f2f
Octal32615031063130203111757
Binary110101101101000110010110011101100010000110011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66819; }

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

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

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

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

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

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

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

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