Shades of Chocolate #D1730A
Tints of Chocolate #D1730A
RGB
CMYK
RGB Variations
Color information
#D1730A (or 0xD1730A) is known color: Chocolate. HEX triplet: D1, 73 and 0A. RGB value is (209,115,10). Sum of RGB (Red+Green+Blue) = 209+115+10=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1730A is #2E8CF5. Grayscale: #838383. Windows color (decimal): -3050742 or 685009. OLE color: 685009.
HSL color Cylindrical-coordinate representation of color #D1730A: hue angle of 31.66º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1730A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.18 |
| HSL | 31.66º | 0.91% | 0.43% | - |
| HSV(B) | 31.66º | 0.95% | 0.82% | - |
| XYZ | 32.48 | 25.84 | 3.56 | - |
| YUV | 131.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 10 | 0 | 0.45 | 0.95 | 0.18 | 31.66 | 0.91 | 0.43 |
| Hex | D1 | 73 | A | 0 | 2D | 5F | 12 | 20 | 5B | 2B |
| Octal | 321 | 163 | 12 | 0 | 55 | 137 | 22 | 40 | 133 | 53 |
| Binary | 11010001 | 1110011 | 1010 | 0 | 101101 | 1011111 | 10010 | 100000 | 1011011 | 101011 |
Color Harmonies of #D1730A
Complementary color
Monochromatic Colors of #D1730A
Black with #D1730A
Text Example
Text Example
White with #D1730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1730A; }
p { color: rgb(209,115,10); }
H1.HeaderClassName
{
color: #D1730A;
}
.AnyTagClassName
{
color: #D1730A;
}
</style>
background-color css
<style>
a { background-color: #D1730A; }
a { background-color: rgb(209,115,10); }
div.DivClassName
{
background-color: #D1730A;
}
.BgClassName
{
background-color: #D1730A;
}
</style>
border-color css
<style>
span { border-color: #D1730A; }
span { border-color: rgb(209,115,10); }
td.TdClassName
{
border-color: #D1730A;
}
.TagClassName
{
border-color: #D1730A;
}
</style>