Shades of Chocolate #DD630F
Tints of Chocolate #DD630F
RGB
CMYK
RGB Variations
Color information
#DD630F (or 0xDD630F) is known color: Chocolate. HEX triplet: DD, 63 and 0F. RGB value is (221,99,15). Sum of RGB (Red+Green+Blue) = 221+99+15=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD630F is #229CF0. Grayscale: #7E7E7E. Windows color (decimal): -2268401 or 1008605. OLE color: 1008605.
HSL color Cylindrical-coordinate representation of color #DD630F: hue angle of 24.47º 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 #DD630F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.13 |
| HSL | 24.47º | 0.87% | 0.46% | - |
| HSV(B) | 24.47º | 0.93% | 0.87% | - |
| XYZ | 34.37 | 24.33 | 3.34 | - |
| YUV | 125.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 15 | 0 | 0.55 | 0.93 | 0.13 | 24.47 | 0.87 | 0.46 |
| Hex | DD | 63 | F | 0 | 37 | 5D | D | 18 | 57 | 2E |
| Octal | 335 | 143 | 17 | 0 | 67 | 135 | 15 | 30 | 127 | 56 |
| Binary | 11011101 | 1100011 | 1111 | 0 | 110111 | 1011101 | 1101 | 11000 | 1010111 | 101110 |
Color Harmonies of #DD630F
Complementary color
Monochromatic Colors of #DD630F
Black with #DD630F
Text Example
Text Example
White with #DD630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD630F; }
p { color: rgb(221,99,15); }
H1.HeaderClassName
{
color: #DD630F;
}
.AnyTagClassName
{
color: #DD630F;
}
</style>
background-color css
<style>
a { background-color: #DD630F; }
a { background-color: rgb(221,99,15); }
div.DivClassName
{
background-color: #DD630F;
}
.BgClassName
{
background-color: #DD630F;
}
</style>
border-color css
<style>
span { border-color: #DD630F; }
span { border-color: rgb(221,99,15); }
td.TdClassName
{
border-color: #DD630F;
}
.TagClassName
{
border-color: #DD630F;
}
</style>