#dd6b11

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

Shades of Chocolate #DD6B11

Tints of Chocolate #DD6B11

Color information

#DD6B11 (or 0xDD6B11) is unknown color: approx Chocolate. HEX triplet: DD, 6B and 11. RGB value is (221,107,17). Sum of RGB (Red+Green+Blue) = 221+107+17=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B11 is #2294EE. Grayscale: #838383. Windows color (decimal): -2266351 or 1141725. OLE color: 1141725.

HSL color Cylindrical-coordinate representation of color #DD6B11: hue angle of 26.47º 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 #DD6B11 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22110717-
CMYK00.520.920.13
HSL26.47º85.71%46.67%-
HSV(B)26.47º92.31%86.67%-
XYZ35.1825.933.68-
YUV130.8363.77192.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.06%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=64.06%
G=31.01%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211071700.520.920.1326.4785.7146.67
HexDD6B110345CD1a562f
Octal33515321064134153212657
Binary11011101110101110001011010010111001101110101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6b11; }

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

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

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

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

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

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

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

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