#DD661F

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

Shades of Chocolate #DD661F

Tints of Chocolate #DD661F

Color information

#DD661F (or 0xDD661F) is unknown color: approx Chocolate. HEX triplet: DD, 66 and 1F. RGB value is (221,102,31). Sum of RGB (Red+Green+Blue) = 221+102+31=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD661F is #2299E0. Grayscale: #818181. Windows color (decimal): -2267617 or 2057949. OLE color: 2057949.

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

Color convert

RGB22110231-
CMYK00.540.860.13
HSL22.42º75.4%49.41%-
HSV(B)22.42º85.97%86.67%-
XYZ34.8224.974.28-
YUV129.4972.42193.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=62.43%
G=28.81%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211023100.540.860.1322.4275.449.41
HexDD661F03656D164b31
Octal33514637066126152611361
Binary11011101110011011111011011010101101101101101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD661F; }

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

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

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

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

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

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

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

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