#DD6517

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

Shades of Chocolate #DD6517

Tints of Chocolate #DD6517

Color information

#DD6517 (or 0xDD6517) is unknown color: approx Chocolate. HEX triplet: DD, 65 and 17. RGB value is (221,101,23). Sum of RGB (Red+Green+Blue) = 221+101+23=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6517 is #229AE8. Grayscale: #808080. Windows color (decimal): -2267881 or 1533405. OLE color: 1533405.

HSL color Cylindrical-coordinate representation of color #DD6517: hue angle of 23.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD6517 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22110123-
CMYK00.540.900.13
HSL23.64º81.15%47.84%-
HSV(B)23.64º89.59%86.67%-
XYZ34.6324.743.76-
YUV127.9968.76194.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.06%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 23 (9.38% from 255) = 6.67%
R=64.06%
G=29.28%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211012300.540.900.1323.6481.1547.84
HexDD65170365AD185130
Octal33514527066132153012160
Binary11011101110010110111011011010110101101110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6517; }

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

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

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

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

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

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

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

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