Shades of Chocolate #DD650F
Tints of Chocolate #DD650F
RGB
CMYK
RGB Variations
Color information
#DD650F (or 0xDD650F) is known color: Chocolate. HEX triplet: DD, 65 and 0F. RGB value is (221,101,15). Sum of RGB (Red+Green+Blue) = 221+101+15=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD650F is #229AF0. Grayscale: #7F7F7F. Windows color (decimal): -2267889 or 1009117. OLE color: 1009117.
HSL color Cylindrical-coordinate representation of color #DD650F: hue angle of 25.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD650F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.13 |
| HSL | 25.05º | 0.87% | 0.46% | - |
| HSV(B) | 25.05º | 0.93% | 0.87% | - |
| XYZ | 34.56 | 24.71 | 3.4 | - |
| YUV | 127.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 15 | 0 | 0.54 | 0.93 | 0.13 | 25.05 | 0.87 | 0.46 |
| Hex | DD | 65 | F | 0 | 36 | 5D | D | 19 | 57 | 2E |
| Octal | 335 | 145 | 17 | 0 | 66 | 135 | 15 | 31 | 127 | 56 |
| Binary | 11011101 | 1100101 | 1111 | 0 | 110110 | 1011101 | 1101 | 11001 | 1010111 | 101110 |
Color Harmonies of #DD650F
Complementary color
Monochromatic Colors of #DD650F
Black with #DD650F
Text Example
Text Example
White with #DD650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD650F; }
p { color: rgb(221,101,15); }
H1.HeaderClassName
{
color: #DD650F;
}
.AnyTagClassName
{
color: #DD650F;
}
</style>
background-color css
<style>
a { background-color: #DD650F; }
a { background-color: rgb(221,101,15); }
div.DivClassName
{
background-color: #DD650F;
}
.BgClassName
{
background-color: #DD650F;
}
</style>
border-color css
<style>
span { border-color: #DD650F; }
span { border-color: rgb(221,101,15); }
td.TdClassName
{
border-color: #DD650F;
}
.TagClassName
{
border-color: #DD650F;
}
</style>