Shades of Dixie #D18535
Tints of Dixie #D18535
RGB
CMYK
RGB Variations
Color information
#D18535 (or 0xD18535) is known color: Dixie. HEX triplet: D1, 85 and 35. RGB value is (209,133,53). Sum of RGB (Red+Green+Blue) = 209+133+53=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18535 is #2E7ACA. Grayscale: #939393. Windows color (decimal): -3046091 or 3507665. OLE color: 3507665.
HSL color Cylindrical-coordinate representation of color #D18535: hue angle of 30.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D18535 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 53 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.18 |
| HSL | 30.77º | 0.63% | 0.51% | - |
| HSV(B) | 30.77º | 0.75% | 0.82% | - |
| XYZ | 35.32 | 30.59 | 7.41 | - |
| YUV | 146.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 53 | 0 | 0.36 | 0.75 | 0.18 | 30.77 | 0.63 | 0.51 |
| Hex | D1 | 85 | 35 | 0 | 24 | 4B | 12 | 1F | 3F | 33 |
| Octal | 321 | 205 | 65 | 0 | 44 | 113 | 22 | 37 | 77 | 63 |
| Binary | 11010001 | 10000101 | 110101 | 0 | 100100 | 1001011 | 10010 | 11111 | 111111 | 110011 |
Color Harmonies of #D18535
Complementary color
Monochromatic Colors of #D18535
Black with #D18535
Text Example
Text Example
White with #D18535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18535; }
p { color: rgb(209,133,53); }
H1.HeaderClassName
{
color: #D18535;
}
.AnyTagClassName
{
color: #D18535;
}
</style>
background-color css
<style>
a { background-color: #D18535; }
a { background-color: rgb(209,133,53); }
div.DivClassName
{
background-color: #D18535;
}
.BgClassName
{
background-color: #D18535;
}
</style>
border-color css
<style>
span { border-color: #D18535; }
span { border-color: rgb(209,133,53); }
td.TdClassName
{
border-color: #D18535;
}
.TagClassName
{
border-color: #D18535;
}
</style>