Shades of Dixie #D18633
Tints of Dixie #D18633
RGB
CMYK
RGB Variations
Color information
#D18633 (or 0xD18633) is known color: Dixie. HEX triplet: D1, 86 and 33. RGB value is (209,134,51). Sum of RGB (Red+Green+Blue) = 209+134+51=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D18633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18633 is #2E79CC. Grayscale: #939393. Windows color (decimal): -3045837 or 3376849. OLE color: 3376849.
HSL color Cylindrical-coordinate representation of color #D18633: hue angle of 31.52º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D18633 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 51 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.18 |
| HSL | 31.52º | 0.63% | 0.51% | - |
| HSV(B) | 31.52º | 0.76% | 0.82% | - |
| XYZ | 35.42 | 30.84 | 7.22 | - |
| YUV | 146.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 51 | 0 | 0.36 | 0.76 | 0.18 | 31.52 | 0.63 | 0.51 |
| Hex | D1 | 86 | 33 | 0 | 24 | 4C | 12 | 20 | 3F | 33 |
| Octal | 321 | 206 | 63 | 0 | 44 | 114 | 22 | 40 | 77 | 63 |
| Binary | 11010001 | 10000110 | 110011 | 0 | 100100 | 1001100 | 10010 | 100000 | 111111 | 110011 |
Color Harmonies of #D18633
Complementary color
Monochromatic Colors of #D18633
Black with #D18633
Text Example
Text Example
White with #D18633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18633; }
p { color: rgb(209,134,51); }
H1.HeaderClassName
{
color: #D18633;
}
.AnyTagClassName
{
color: #D18633;
}
</style>
background-color css
<style>
a { background-color: #D18633; }
a { background-color: rgb(209,134,51); }
div.DivClassName
{
background-color: #D18633;
}
.BgClassName
{
background-color: #D18633;
}
</style>
border-color css
<style>
span { border-color: #D18633; }
span { border-color: rgb(209,134,51); }
td.TdClassName
{
border-color: #D18633;
}
.TagClassName
{
border-color: #D18633;
}
</style>