Shades of Dixie #D18531
Tints of Dixie #D18531
RGB
CMYK
RGB Variations
Color information
#D18531 (or 0xD18531) is known color: Dixie. HEX triplet: D1, 85 and 31. RGB value is (209,133,49). Sum of RGB (Red+Green+Blue) = 209+133+49=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D18531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18531 is #2E7ACE. Grayscale: #929292. Windows color (decimal): -3046095 or 3245521. OLE color: 3245521.
HSL color Cylindrical-coordinate representation of color #D18531: hue angle of 31.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18531 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 49 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.18 |
| HSL | 31.5º | 0.63% | 0.51% | - |
| HSV(B) | 31.5º | 0.77% | 0.82% | - |
| XYZ | 35.24 | 30.55 | 6.95 | - |
| YUV | 146.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 49 | 0 | 0.36 | 0.77 | 0.18 | 31.5 | 0.63 | 0.51 |
| Hex | D1 | 85 | 31 | 0 | 24 | 4D | 12 | 1F | 3F | 33 |
| Octal | 321 | 205 | 61 | 0 | 44 | 115 | 22 | 37 | 77 | 63 |
| Binary | 11010001 | 10000101 | 110001 | 0 | 100100 | 1001101 | 10010 | 11111 | 111111 | 110011 |
Color Harmonies of #D18531
Complementary color
Monochromatic Colors of #D18531
Black with #D18531
Text Example
Text Example
White with #D18531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18531; }
p { color: rgb(209,133,49); }
H1.HeaderClassName
{
color: #D18531;
}
.AnyTagClassName
{
color: #D18531;
}
</style>
background-color css
<style>
a { background-color: #D18531; }
a { background-color: rgb(209,133,49); }
div.DivClassName
{
background-color: #D18531;
}
.BgClassName
{
background-color: #D18531;
}
</style>
border-color css
<style>
span { border-color: #D18531; }
span { border-color: rgb(209,133,49); }
td.TdClassName
{
border-color: #D18531;
}
.TagClassName
{
border-color: #D18531;
}
</style>