Shades of Chocolate #DD681F
Tints of Chocolate #DD681F
RGB
CMYK
RGB Variations
Color information
#DD681F (or 0xDD681F) is known color: Chocolate. HEX triplet: DD, 68 and 1F. RGB value is (221,104,31). Sum of RGB (Red+Green+Blue) = 221+104+31=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD681F is #2297E0. Grayscale: #838383. Windows color (decimal): -2267105 or 2058461. OLE color: 2058461.
HSL color Cylindrical-coordinate representation of color #DD681F: hue angle of 23.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD681F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 31 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.13 |
| HSL | 23.05º | 0.75% | 0.49% | - |
| HSV(B) | 23.05º | 0.86% | 0.87% | - |
| XYZ | 35.02 | 25.37 | 4.35 | - |
| YUV | 130.66 | 71.76 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 31 | 0 | 0.53 | 0.86 | 0.13 | 23.05 | 0.75 | 0.49 |
| Hex | DD | 68 | 1F | 0 | 35 | 56 | D | 17 | 4B | 31 |
| Octal | 335 | 150 | 37 | 0 | 65 | 126 | 15 | 27 | 113 | 61 |
| Binary | 11011101 | 1101000 | 11111 | 0 | 110101 | 1010110 | 1101 | 10111 | 1001011 | 110001 |
Color Harmonies of #DD681F
Complementary color
Monochromatic Colors of #DD681F
Black with #DD681F
Text Example
Text Example
White with #DD681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD681F; }
p { color: rgb(221,104,31); }
H1.HeaderClassName
{
color: #DD681F;
}
.AnyTagClassName
{
color: #DD681F;
}
</style>
background-color css
<style>
a { background-color: #DD681F; }
a { background-color: rgb(221,104,31); }
div.DivClassName
{
background-color: #DD681F;
}
.BgClassName
{
background-color: #DD681F;
}
</style>
border-color css
<style>
span { border-color: #DD681F; }
span { border-color: rgb(221,104,31); }
td.TdClassName
{
border-color: #DD681F;
}
.TagClassName
{
border-color: #DD681F;
}
</style>