Shades of Chocolate #DD661A
Tints of Chocolate #DD661A
RGB
CMYK
RGB Variations
Color information
#DD661A (or 0xDD661A) is known color: Chocolate. HEX triplet: DD, 66 and 1A. RGB value is (221,102,26). Sum of RGB (Red+Green+Blue) = 221+102+26=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD661A is #2299E5. Grayscale: #818181. Windows color (decimal): -2267622 or 1730269. OLE color: 1730269.
HSL color Cylindrical-coordinate representation of color #DD661A: hue angle of 23.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD661A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 26 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.13 |
| HSL | 23.38º | 0.79% | 0.48% | - |
| HSV(B) | 23.38º | 0.88% | 0.87% | - |
| XYZ | 34.76 | 24.95 | 3.96 | - |
| YUV | 128.92 | 69.92 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 26 | 0 | 0.54 | 0.88 | 0.13 | 23.38 | 0.79 | 0.48 |
| Hex | DD | 66 | 1A | 0 | 36 | 58 | D | 17 | 4F | 30 |
| Octal | 335 | 146 | 32 | 0 | 66 | 130 | 15 | 27 | 117 | 60 |
| Binary | 11011101 | 1100110 | 11010 | 0 | 110110 | 1011000 | 1101 | 10111 | 1001111 | 110000 |
Color Harmonies of #DD661A
Complementary color
Monochromatic Colors of #DD661A
Black with #DD661A
Text Example
Text Example
White with #DD661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD661A; }
p { color: rgb(221,102,26); }
H1.HeaderClassName
{
color: #DD661A;
}
.AnyTagClassName
{
color: #DD661A;
}
</style>
background-color css
<style>
a { background-color: #DD661A; }
a { background-color: rgb(221,102,26); }
div.DivClassName
{
background-color: #DD661A;
}
.BgClassName
{
background-color: #DD661A;
}
</style>
border-color css
<style>
span { border-color: #DD661A; }
span { border-color: rgb(221,102,26); }
td.TdClassName
{
border-color: #DD661A;
}
.TagClassName
{
border-color: #DD661A;
}
</style>