#DD660F

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

Shades of Chocolate #DD660F

Tints of Chocolate #DD660F

Color information

#DD660F (or 0xDD660F) is unknown color: approx Chocolate. HEX triplet: DD, 66 and 0F. RGB value is (221,102,15). Sum of RGB (Red+Green+Blue) = 221+102+15=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD660F is #2299F0. Grayscale: #808080. Windows color (decimal): -2267633 or 1009373. OLE color: 1009373.

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

Color convert

RGB22110215-
CMYK00.540.930.13
HSL25.34º87.29%46.27%-
HSV(B)25.34º93.21%86.67%-
XYZ34.6624.913.43-
YUV127.6664.42194.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.38%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 15 (6.25% from 255) = 4.44%
R=65.38%
G=30.18%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211021500.540.930.1325.3487.2946.27
HexDD66F0365DD19572e
Octal33514617066135153112756
Binary1101110111001101111011011010111011101110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD660F; }

 p { color: rgb(221,102,15); }

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

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

 a { background-color: rgb(221,102,15); }

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

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

 span { border-color: rgb(221,102,15); }

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