Shades of Dixie #D18537
Tints of Dixie #D18537
RGB
CMYK
RGB Variations
Color information
#D18537 (or 0xD18537) is known color: Dixie. HEX triplet: D1, 85 and 37. RGB value is (209,133,55). Sum of RGB (Red+Green+Blue) = 209+133+55=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18537 is #2E7AC8. Grayscale: #939393. Windows color (decimal): -3046089 or 3638737. OLE color: 3638737.
HSL color Cylindrical-coordinate representation of color #D18537: hue angle of 30.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D18537 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 55 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.18 |
| HSL | 30.39º | 0.63% | 0.52% | - |
| HSV(B) | 30.39º | 0.74% | 0.82% | - |
| XYZ | 35.37 | 30.61 | 7.66 | - |
| YUV | 146.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 55 | 0 | 0.36 | 0.74 | 0.18 | 30.39 | 0.63 | 0.52 |
| Hex | D1 | 85 | 37 | 0 | 24 | 4A | 12 | 1E | 3F | 34 |
| Octal | 321 | 205 | 67 | 0 | 44 | 112 | 22 | 36 | 77 | 64 |
| Binary | 11010001 | 10000101 | 110111 | 0 | 100100 | 1001010 | 10010 | 11110 | 111111 | 110100 |
Color Harmonies of #D18537
Complementary color
Monochromatic Colors of #D18537
Black with #D18537
Text Example
Text Example
White with #D18537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18537; }
p { color: rgb(209,133,55); }
H1.HeaderClassName
{
color: #D18537;
}
.AnyTagClassName
{
color: #D18537;
}
</style>
background-color css
<style>
a { background-color: #D18537; }
a { background-color: rgb(209,133,55); }
div.DivClassName
{
background-color: #D18537;
}
.BgClassName
{
background-color: #D18537;
}
</style>
border-color css
<style>
span { border-color: #D18537; }
span { border-color: rgb(209,133,55); }
td.TdClassName
{
border-color: #D18537;
}
.TagClassName
{
border-color: #D18537;
}
</style>