Shades of Chocolate #D9730F
Tints of Chocolate #D9730F
RGB
CMYK
RGB Variations
Color information
#D9730F (or 0xD9730F) is known color: Chocolate. HEX triplet: D9, 73 and 0F. RGB value is (217,115,15). Sum of RGB (Red+Green+Blue) = 217+115+15=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9730F is #268CF0. Grayscale: #868686. Windows color (decimal): -2526449 or 1012697. OLE color: 1012697.
HSL color Cylindrical-coordinate representation of color #D9730F: hue angle of 29.7º 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 #D9730F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.15 |
| HSL | 29.7º | 0.87% | 0.45% | - |
| HSV(B) | 29.7º | 0.93% | 0.85% | - |
| XYZ | 34.83 | 27.05 | 3.84 | - |
| YUV | 134.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 15 | 0 | 0.47 | 0.93 | 0.15 | 29.7 | 0.87 | 0.45 |
| Hex | D9 | 73 | F | 0 | 2F | 5D | F | 1E | 57 | 2D |
| Octal | 331 | 163 | 17 | 0 | 57 | 135 | 17 | 36 | 127 | 55 |
| Binary | 11011001 | 1110011 | 1111 | 0 | 101111 | 1011101 | 1111 | 11110 | 1010111 | 101101 |
Color Harmonies of #D9730F
Complementary color
Monochromatic Colors of #D9730F
Black with #D9730F
Text Example
Text Example
White with #D9730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9730F; }
p { color: rgb(217,115,15); }
H1.HeaderClassName
{
color: #D9730F;
}
.AnyTagClassName
{
color: #D9730F;
}
</style>
background-color css
<style>
a { background-color: #D9730F; }
a { background-color: rgb(217,115,15); }
div.DivClassName
{
background-color: #D9730F;
}
.BgClassName
{
background-color: #D9730F;
}
</style>
border-color css
<style>
span { border-color: #D9730F; }
span { border-color: rgb(217,115,15); }
td.TdClassName
{
border-color: #D9730F;
}
.TagClassName
{
border-color: #D9730F;
}
</style>