Shades of Chocolate #DD680F
Tints of Chocolate #DD680F
RGB
CMYK
RGB Variations
Color information
#DD680F (or 0xDD680F) is known color: Chocolate. HEX triplet: DD, 68 and 0F. RGB value is (221,104,15). Sum of RGB (Red+Green+Blue) = 221+104+15=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD680F is #2297F0. Grayscale: #818181. Windows color (decimal): -2267121 or 1009885. OLE color: 1009885.
HSL color Cylindrical-coordinate representation of color #DD680F: hue angle of 25.92º 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 #DD680F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.13 |
| HSL | 25.92º | 0.87% | 0.46% | - |
| HSV(B) | 25.92º | 0.93% | 0.87% | - |
| XYZ | 34.86 | 25.31 | 3.5 | - |
| YUV | 128.84 | 63.76 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 15 | 0 | 0.53 | 0.93 | 0.13 | 25.92 | 0.87 | 0.46 |
| Hex | DD | 68 | F | 0 | 35 | 5D | D | 1A | 57 | 2E |
| Octal | 335 | 150 | 17 | 0 | 65 | 135 | 15 | 32 | 127 | 56 |
| Binary | 11011101 | 1101000 | 1111 | 0 | 110101 | 1011101 | 1101 | 11010 | 1010111 | 101110 |
Color Harmonies of #DD680F
Complementary color
Monochromatic Colors of #DD680F
Black with #DD680F
Text Example
Text Example
White with #DD680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD680F; }
p { color: rgb(221,104,15); }
H1.HeaderClassName
{
color: #DD680F;
}
.AnyTagClassName
{
color: #DD680F;
}
</style>
background-color css
<style>
a { background-color: #DD680F; }
a { background-color: rgb(221,104,15); }
div.DivClassName
{
background-color: #DD680F;
}
.BgClassName
{
background-color: #DD680F;
}
</style>
border-color css
<style>
span { border-color: #DD680F; }
span { border-color: rgb(221,104,15); }
td.TdClassName
{
border-color: #DD680F;
}
.TagClassName
{
border-color: #DD680F;
}
</style>