Shades of Chocolate #DD650E
Tints of Chocolate #DD650E
RGB
CMYK
RGB Variations
Color information
#DD650E (or 0xDD650E) is known color: Chocolate. HEX triplet: DD, 65 and 0E. RGB value is (221,101,14). Sum of RGB (Red+Green+Blue) = 221+101+14=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD650E is #229AF1. Grayscale: #7F7F7F. Windows color (decimal): -2267890 or 943581. OLE color: 943581.
HSL color Cylindrical-coordinate representation of color #DD650E: hue angle of 25.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD650E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.13 |
| HSL | 25.22º | 0.88% | 0.46% | - |
| HSV(B) | 25.22º | 0.94% | 0.87% | - |
| XYZ | 34.55 | 24.71 | 3.36 | - |
| YUV | 126.96 | 64.26 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 14 | 0 | 0.54 | 0.94 | 0.13 | 25.22 | 0.88 | 0.46 |
| Hex | DD | 65 | E | 0 | 36 | 5E | D | 19 | 58 | 2E |
| Octal | 335 | 145 | 16 | 0 | 66 | 136 | 15 | 31 | 130 | 56 |
| Binary | 11011101 | 1100101 | 1110 | 0 | 110110 | 1011110 | 1101 | 11001 | 1011000 | 101110 |
Color Harmonies of #DD650E
Complementary color
Monochromatic Colors of #DD650E
Black with #DD650E
Text Example
Text Example
White with #DD650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD650E; }
p { color: rgb(221,101,14); }
H1.HeaderClassName
{
color: #DD650E;
}
.AnyTagClassName
{
color: #DD650E;
}
</style>
background-color css
<style>
a { background-color: #DD650E; }
a { background-color: rgb(221,101,14); }
div.DivClassName
{
background-color: #DD650E;
}
.BgClassName
{
background-color: #DD650E;
}
</style>
border-color css
<style>
span { border-color: #DD650E; }
span { border-color: rgb(221,101,14); }
td.TdClassName
{
border-color: #DD650E;
}
.TagClassName
{
border-color: #DD650E;
}
</style>