Shades of Dixie #D9852C
Tints of Dixie #D9852C
RGB
CMYK
RGB Variations
Color information
#D9852C (or 0xD9852C) is known color: Dixie. HEX triplet: D9, 85 and 2C. RGB value is (217,133,44). Sum of RGB (Red+Green+Blue) = 217+133+44=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9852C is #267AD3. Grayscale: #949494. Windows color (decimal): -2521812 or 2917849. OLE color: 2917849.
HSL color Cylindrical-coordinate representation of color #D9852C: hue angle of 30.87º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9852C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 44 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.15 |
| HSL | 30.87º | 0.69% | 0.51% | - |
| HSV(B) | 30.87º | 0.8% | 0.85% | - |
| XYZ | 37.46 | 31.71 | 6.53 | - |
| YUV | 147.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 44 | 0 | 0.39 | 0.80 | 0.15 | 30.87 | 0.69 | 0.51 |
| Hex | D9 | 85 | 2C | 0 | 27 | 50 | F | 1F | 45 | 33 |
| Octal | 331 | 205 | 54 | 0 | 47 | 120 | 17 | 37 | 105 | 63 |
| Binary | 11011001 | 10000101 | 101100 | 0 | 100111 | 1010000 | 1111 | 11111 | 1000101 | 110011 |
Color Harmonies of #D9852C
Complementary color
Monochromatic Colors of #D9852C
Black with #D9852C
Text Example
Text Example
White with #D9852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9852C; }
p { color: rgb(217,133,44); }
H1.HeaderClassName
{
color: #D9852C;
}
.AnyTagClassName
{
color: #D9852C;
}
</style>
background-color css
<style>
a { background-color: #D9852C; }
a { background-color: rgb(217,133,44); }
div.DivClassName
{
background-color: #D9852C;
}
.BgClassName
{
background-color: #D9852C;
}
</style>
border-color css
<style>
span { border-color: #D9852C; }
span { border-color: rgb(217,133,44); }
td.TdClassName
{
border-color: #D9852C;
}
.TagClassName
{
border-color: #D9852C;
}
</style>