Shades of Chocolate #DD681D
Tints of Chocolate #DD681D
RGB
CMYK
RGB Variations
Color information
#DD681D (or 0xDD681D) is known color: Chocolate. HEX triplet: DD, 68 and 1D. RGB value is (221,104,29). Sum of RGB (Red+Green+Blue) = 221+104+29=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD681D is #2297E2. Grayscale: #828282. Windows color (decimal): -2267107 or 1927389. OLE color: 1927389.
HSL color Cylindrical-coordinate representation of color #DD681D: hue angle of 23.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD681D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.13 |
| HSL | 23.44º | 0.77% | 0.49% | - |
| HSV(B) | 23.44º | 0.87% | 0.87% | - |
| XYZ | 34.99 | 25.36 | 4.21 | - |
| YUV | 130.43 | 70.76 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 29 | 0 | 0.53 | 0.87 | 0.13 | 23.44 | 0.77 | 0.49 |
| Hex | DD | 68 | 1D | 0 | 35 | 57 | D | 17 | 4D | 31 |
| Octal | 335 | 150 | 35 | 0 | 65 | 127 | 15 | 27 | 115 | 61 |
| Binary | 11011101 | 1101000 | 11101 | 0 | 110101 | 1010111 | 1101 | 10111 | 1001101 | 110001 |
Color Harmonies of #DD681D
Complementary color
Monochromatic Colors of #DD681D
Black with #DD681D
Text Example
Text Example
White with #DD681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD681D; }
p { color: rgb(221,104,29); }
H1.HeaderClassName
{
color: #DD681D;
}
.AnyTagClassName
{
color: #DD681D;
}
</style>
background-color css
<style>
a { background-color: #DD681D; }
a { background-color: rgb(221,104,29); }
div.DivClassName
{
background-color: #DD681D;
}
.BgClassName
{
background-color: #DD681D;
}
</style>
border-color css
<style>
span { border-color: #DD681D; }
span { border-color: rgb(221,104,29); }
td.TdClassName
{
border-color: #DD681D;
}
.TagClassName
{
border-color: #DD681D;
}
</style>