#D55619

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

Shades of Chocolate #D55619

Tints of Chocolate #D55619

Color information

#D55619 (or 0xD55619) is unknown color: approx Chocolate. HEX triplet: D5, 56 and 19. RGB value is (213,86,25). Sum of RGB (Red+Green+Blue) = 213+86+25=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D55619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55619 is #2AA9E6. Grayscale: #757575. Windows color (decimal): -2796007 or 1660629. OLE color: 1660629.

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

Color convert

RGB2138625-
CMYK00.600.880.16
HSL19.47º78.99%46.67%-
HSV(B)19.47º88.26%83.53%-
XYZ30.9420.873.32-
YUV117.0276.08196.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.74%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 25 (10.16% from 255) = 7.72%
R=65.74%
G=26.54%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213862500.600.880.1619.4778.9946.67
HexD5561903C5810134f2f
Octal32512631074130202311757
Binary110101011010110110010111100101100010000100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55619; }

 p { color: rgb(213,86,25); }

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

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

 a { background-color: rgb(213,86,25); }

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

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

 span { border-color: rgb(213,86,25); }

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