#DD661B

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

Shades of Chocolate #DD661B

Tints of Chocolate #DD661B

Color information

#DD661B (or 0xDD661B) is unknown color: approx Chocolate. HEX triplet: DD, 66 and 1B. RGB value is (221,102,27). Sum of RGB (Red+Green+Blue) = 221+102+27=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD661B is #2299E4. Grayscale: #818181. Windows color (decimal): -2267621 or 1795805. OLE color: 1795805.

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

Color convert

RGB22110227-
CMYK00.540.880.13
HSL23.2º78.23%48.63%-
HSV(B)23.2º87.78%86.67%-
XYZ34.7724.954.02-
YUV129.0370.42193.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.14%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 27 (10.94% from 255) = 7.71%
R=63.14%
G=29.14%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211022700.540.880.1323.278.2348.63
HexDD661B03658D174e31
Octal33514633066130152711661
Binary11011101110011011011011011010110001101101111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD661B; }

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

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

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

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

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

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

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

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