#DD6511

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

Shades of Chocolate #DD6511

Tints of Chocolate #DD6511

Color information

#DD6511 (or 0xDD6511) is unknown color: approx Chocolate. HEX triplet: DD, 65 and 11. RGB value is (221,101,17). Sum of RGB (Red+Green+Blue) = 221+101+17=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6511 is #229AEE. Grayscale: #7F7F7F. Windows color (decimal): -2267887 or 1140189. OLE color: 1140189.

HSL color Cylindrical-coordinate representation of color #DD6511: hue angle of 24.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6511 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22110117-
CMYK00.540.920.13
HSL24.71º85.71%46.67%-
HSV(B)24.71º92.31%86.67%-
XYZ34.5724.723.48-
YUV127.365.76194.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.19%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 17 (7.03% from 255) = 5.01%
R=65.19%
G=29.79%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211011700.540.920.1324.7185.7146.67
HexDD65110365CD19562f
Octal33514521066134153112657
Binary11011101110010110001011011010111001101110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6511; }

 p { color: rgb(221,101,17); }

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

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

 a { background-color: rgb(221,101,17); }

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

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

 span { border-color: rgb(221,101,17); }

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