Shades of Chocolate #DD6319
Tints of Chocolate #DD6319
RGB
CMYK
RGB Variations
Color information
#DD6319 (or 0xDD6319) is known color: Chocolate. HEX triplet: DD, 63 and 19. RGB value is (221,99,25). Sum of RGB (Red+Green+Blue) = 221+99+25=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6319 is #229CE6. Grayscale: #7F7F7F. Windows color (decimal): -2268391 or 1663965. OLE color: 1663965.
HSL color Cylindrical-coordinate representation of color #DD6319: hue angle of 22.65º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD6319 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.13 |
| HSL | 22.65º | 0.8% | 0.48% | - |
| HSV(B) | 22.65º | 0.89% | 0.87% | - |
| XYZ | 34.46 | 24.37 | 3.81 | - |
| YUV | 127.04 | 70.42 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 25 | 0 | 0.55 | 0.89 | 0.13 | 22.65 | 0.8 | 0.48 |
| Hex | DD | 63 | 19 | 0 | 37 | 59 | D | 17 | 50 | 30 |
| Octal | 335 | 143 | 31 | 0 | 67 | 131 | 15 | 27 | 120 | 60 |
| Binary | 11011101 | 1100011 | 11001 | 0 | 110111 | 1011001 | 1101 | 10111 | 1010000 | 110000 |
Color Harmonies of #DD6319
Complementary color
Monochromatic Colors of #DD6319
Black with #DD6319
Text Example
Text Example
White with #DD6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6319; }
p { color: rgb(221,99,25); }
H1.HeaderClassName
{
color: #DD6319;
}
.AnyTagClassName
{
color: #DD6319;
}
</style>
background-color css
<style>
a { background-color: #DD6319; }
a { background-color: rgb(221,99,25); }
div.DivClassName
{
background-color: #DD6319;
}
.BgClassName
{
background-color: #DD6319;
}
</style>
border-color css
<style>
span { border-color: #DD6319; }
span { border-color: rgb(221,99,25); }
td.TdClassName
{
border-color: #DD6319;
}
.TagClassName
{
border-color: #DD6319;
}
</style>