Shades of Dixie #D18632
Tints of Dixie #D18632
RGB
CMYK
RGB Variations
Color information
#D18632 (or 0xD18632) is known color: Dixie. HEX triplet: D1, 86 and 32. RGB value is (209,134,50). Sum of RGB (Red+Green+Blue) = 209+134+50=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18632 is #2E79CD. Grayscale: #939393. Windows color (decimal): -3045838 or 3311313. OLE color: 3311313.
HSL color Cylindrical-coordinate representation of color #D18632: hue angle of 31.7º 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 #D18632 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 50 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.18 |
| HSL | 31.7º | 0.63% | 0.51% | - |
| HSV(B) | 31.7º | 0.76% | 0.82% | - |
| XYZ | 35.4 | 30.84 | 7.1 | - |
| YUV | 146.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 50 | 0 | 0.36 | 0.76 | 0.18 | 31.7 | 0.63 | 0.51 |
| Hex | D1 | 86 | 32 | 0 | 24 | 4C | 12 | 20 | 3F | 33 |
| Octal | 321 | 206 | 62 | 0 | 44 | 114 | 22 | 40 | 77 | 63 |
| Binary | 11010001 | 10000110 | 110010 | 0 | 100100 | 1001100 | 10010 | 100000 | 111111 | 110011 |
Color Harmonies of #D18632
Complementary color
Monochromatic Colors of #D18632
Black with #D18632
Text Example
Text Example
White with #D18632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18632; }
p { color: rgb(209,134,50); }
H1.HeaderClassName
{
color: #D18632;
}
.AnyTagClassName
{
color: #D18632;
}
</style>
background-color css
<style>
a { background-color: #D18632; }
a { background-color: rgb(209,134,50); }
div.DivClassName
{
background-color: #D18632;
}
.BgClassName
{
background-color: #D18632;
}
</style>
border-color css
<style>
span { border-color: #D18632; }
span { border-color: rgb(209,134,50); }
td.TdClassName
{
border-color: #D18632;
}
.TagClassName
{
border-color: #D18632;
}
</style>