Shades of Dixie #D18924
Tints of Dixie #D18924
RGB
CMYK
RGB Variations
Color information
#D18924 (or 0xD18924) is known color: Dixie. HEX triplet: D1, 89 and 24. RGB value is (209,137,36). Sum of RGB (Red+Green+Blue) = 209+137+36=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D18924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18924 is #2E76DB. Grayscale: #939393. Windows color (decimal): -3045084 or 2394577. OLE color: 2394577.
HSL color Cylindrical-coordinate representation of color #D18924: hue angle of 35.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18924 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 36 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.18 |
| HSL | 35.03º | 0.71% | 0.48% | - |
| HSV(B) | 35.03º | 0.83% | 0.82% | - |
| XYZ | 35.56 | 31.57 | 5.89 | - |
| YUV | 147.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 36 | 0 | 0.34 | 0.83 | 0.18 | 35.03 | 0.71 | 0.48 |
| Hex | D1 | 89 | 24 | 0 | 22 | 53 | 12 | 23 | 47 | 30 |
| Octal | 321 | 211 | 44 | 0 | 42 | 123 | 22 | 43 | 107 | 60 |
| Binary | 11010001 | 10001001 | 100100 | 0 | 100010 | 1010011 | 10010 | 100011 | 1000111 | 110000 |
Color Harmonies of #D18924
Complementary color
Monochromatic Colors of #D18924
Black with #D18924
Text Example
Text Example
White with #D18924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18924; }
p { color: rgb(209,137,36); }
H1.HeaderClassName
{
color: #D18924;
}
.AnyTagClassName
{
color: #D18924;
}
</style>
background-color css
<style>
a { background-color: #D18924; }
a { background-color: rgb(209,137,36); }
div.DivClassName
{
background-color: #D18924;
}
.BgClassName
{
background-color: #D18924;
}
</style>
border-color css
<style>
span { border-color: #D18924; }
span { border-color: rgb(209,137,36); }
td.TdClassName
{
border-color: #D18924;
}
.TagClassName
{
border-color: #D18924;
}
</style>