Shades of Chocolate #D9630F
Tints of Chocolate #D9630F
RGB
CMYK
RGB Variations
Color information
#D9630F (or 0xD9630F) is known color: Chocolate. HEX triplet: D9, 63 and 0F. RGB value is (217,99,15). Sum of RGB (Red+Green+Blue) = 217+99+15=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9630F is #269CF0. Grayscale: #7D7D7D. Windows color (decimal): -2530545 or 1008601. OLE color: 1008601.
HSL color Cylindrical-coordinate representation of color #D9630F: hue angle of 24.95º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9630F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.15 |
| HSL | 24.95º | 0.87% | 0.45% | - |
| HSV(B) | 24.95º | 0.93% | 0.85% | - |
| XYZ | 33.16 | 23.71 | 3.28 | - |
| YUV | 124.71 | 66.09 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 15 | 0 | 0.54 | 0.93 | 0.15 | 24.95 | 0.87 | 0.45 |
| Hex | D9 | 63 | F | 0 | 36 | 5D | F | 19 | 57 | 2D |
| Octal | 331 | 143 | 17 | 0 | 66 | 135 | 17 | 31 | 127 | 55 |
| Binary | 11011001 | 1100011 | 1111 | 0 | 110110 | 1011101 | 1111 | 11001 | 1010111 | 101101 |
Color Harmonies of #D9630F
Complementary color
Monochromatic Colors of #D9630F
Black with #D9630F
Text Example
Text Example
White with #D9630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9630F; }
p { color: rgb(217,99,15); }
H1.HeaderClassName
{
color: #D9630F;
}
.AnyTagClassName
{
color: #D9630F;
}
</style>
background-color css
<style>
a { background-color: #D9630F; }
a { background-color: rgb(217,99,15); }
div.DivClassName
{
background-color: #D9630F;
}
.BgClassName
{
background-color: #D9630F;
}
</style>
border-color css
<style>
span { border-color: #D9630F; }
span { border-color: rgb(217,99,15); }
td.TdClassName
{
border-color: #D9630F;
}
.TagClassName
{
border-color: #D9630F;
}
</style>