Shades of Chocolate #DD630C
Tints of Chocolate #DD630C
RGB
CMYK
RGB Variations
Color information
#DD630C (or 0xDD630C) is known color: Chocolate. HEX triplet: DD, 63 and 0C. RGB value is (221,99,12). Sum of RGB (Red+Green+Blue) = 221+99+12=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD630C is #229CF3. Grayscale: #7E7E7E. Windows color (decimal): -2268404 or 811997. OLE color: 811997.
HSL color Cylindrical-coordinate representation of color #DD630C: hue angle of 24.98º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD630C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 24.98º | 0.9% | 0.46% | - |
| HSV(B) | 24.98º | 0.95% | 0.87% | - |
| XYZ | 34.35 | 24.32 | 3.23 | - |
| YUV | 125.56 | 63.92 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 12 | 0 | 0.55 | 0.95 | 0.13 | 24.98 | 0.9 | 0.46 |
| Hex | DD | 63 | C | 0 | 37 | 5F | D | 19 | 5A | 2E |
| Octal | 335 | 143 | 14 | 0 | 67 | 137 | 15 | 31 | 132 | 56 |
| Binary | 11011101 | 1100011 | 1100 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011010 | 101110 |
Color Harmonies of #DD630C
Complementary color
Monochromatic Colors of #DD630C
Black with #DD630C
Text Example
Text Example
White with #DD630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD630C; }
p { color: rgb(221,99,12); }
H1.HeaderClassName
{
color: #DD630C;
}
.AnyTagClassName
{
color: #DD630C;
}
</style>
background-color css
<style>
a { background-color: #DD630C; }
a { background-color: rgb(221,99,12); }
div.DivClassName
{
background-color: #DD630C;
}
.BgClassName
{
background-color: #DD630C;
}
</style>
border-color css
<style>
span { border-color: #DD630C; }
span { border-color: rgb(221,99,12); }
td.TdClassName
{
border-color: #DD630C;
}
.TagClassName
{
border-color: #DD630C;
}
</style>