Shades of Dixie #D18737
Tints of Dixie #D18737
RGB
CMYK
RGB Variations
Color information
#D18737 (or 0xD18737) is known color: Dixie. HEX triplet: D1, 87 and 37. RGB value is (209,135,55). Sum of RGB (Red+Green+Blue) = 209+135+55=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D18737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18737 is #2E78C8. Grayscale: #949494. Windows color (decimal): -3045577 or 3639249. OLE color: 3639249.
HSL color Cylindrical-coordinate representation of color #D18737: hue angle of 31.17º 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 #D18737 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 55 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.18 |
| HSL | 31.17º | 0.63% | 0.52% | - |
| HSV(B) | 31.17º | 0.74% | 0.82% | - |
| XYZ | 35.65 | 31.16 | 7.75 | - |
| YUV | 148.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 55 | 0 | 0.35 | 0.74 | 0.18 | 31.17 | 0.63 | 0.52 |
| Hex | D1 | 87 | 37 | 0 | 23 | 4A | 12 | 1F | 3F | 34 |
| Octal | 321 | 207 | 67 | 0 | 43 | 112 | 22 | 37 | 77 | 64 |
| Binary | 11010001 | 10000111 | 110111 | 0 | 100011 | 1001010 | 10010 | 11111 | 111111 | 110100 |
Color Harmonies of #D18737
Complementary color
Monochromatic Colors of #D18737
Black with #D18737
Text Example
Text Example
White with #D18737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18737; }
p { color: rgb(209,135,55); }
H1.HeaderClassName
{
color: #D18737;
}
.AnyTagClassName
{
color: #D18737;
}
</style>
background-color css
<style>
a { background-color: #D18737; }
a { background-color: rgb(209,135,55); }
div.DivClassName
{
background-color: #D18737;
}
.BgClassName
{
background-color: #D18737;
}
</style>
border-color css
<style>
span { border-color: #D18737; }
span { border-color: rgb(209,135,55); }
td.TdClassName
{
border-color: #D18737;
}
.TagClassName
{
border-color: #D18737;
}
</style>