Shades of Dixie #D18830
Tints of Dixie #D18830
RGB
CMYK
RGB Variations
Color information
#D18830 (or 0xD18830) is known color: Dixie. HEX triplet: D1, 88 and 30. RGB value is (209,136,48). Sum of RGB (Red+Green+Blue) = 209+136+48=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18830 is #2E77CF. Grayscale: #949494. Windows color (decimal): -3045328 or 3180753. OLE color: 3180753.
HSL color Cylindrical-coordinate representation of color #D18830: hue angle of 32.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18830 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 48 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.18 |
| HSL | 32.8º | 0.64% | 0.5% | - |
| HSV(B) | 32.8º | 0.77% | 0.82% | - |
| XYZ | 35.63 | 31.38 | 6.97 | - |
| YUV | 147.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 48 | 0 | 0.35 | 0.77 | 0.18 | 32.8 | 0.64 | 0.5 |
| Hex | D1 | 88 | 30 | 0 | 23 | 4D | 12 | 21 | 40 | 32 |
| Octal | 321 | 210 | 60 | 0 | 43 | 115 | 22 | 41 | 100 | 62 |
| Binary | 11010001 | 10001000 | 110000 | 0 | 100011 | 1001101 | 10010 | 100001 | 1000000 | 110010 |
Color Harmonies of #D18830
Complementary color
Monochromatic Colors of #D18830
Black with #D18830
Text Example
Text Example
White with #D18830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18830; }
p { color: rgb(209,136,48); }
H1.HeaderClassName
{
color: #D18830;
}
.AnyTagClassName
{
color: #D18830;
}
</style>
background-color css
<style>
a { background-color: #D18830; }
a { background-color: rgb(209,136,48); }
div.DivClassName
{
background-color: #D18830;
}
.BgClassName
{
background-color: #D18830;
}
</style>
border-color css
<style>
span { border-color: #D18830; }
span { border-color: rgb(209,136,48); }
td.TdClassName
{
border-color: #D18830;
}
.TagClassName
{
border-color: #D18830;
}
</style>