Shades of Dixie #D18227
Tints of Dixie #D18227
RGB
CMYK
RGB Variations
Color information
#D18227 (or 0xD18227) is known color: Dixie. HEX triplet: D1, 82 and 27. RGB value is (209,130,39). Sum of RGB (Red+Green+Blue) = 209+130+39=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D18227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18227 is #2E7DD8. Grayscale: #8F8F8F. Windows color (decimal): -3046873 or 2589393. OLE color: 2589393.
HSL color Cylindrical-coordinate representation of color #D18227: hue angle of 32.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D18227 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 39 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.18 |
| HSL | 32.12º | 0.69% | 0.49% | - |
| HSV(B) | 32.12º | 0.81% | 0.82% | - |
| XYZ | 34.64 | 29.67 | 5.82 | - |
| YUV | 143.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 39 | 0 | 0.38 | 0.81 | 0.18 | 32.12 | 0.69 | 0.49 |
| Hex | D1 | 82 | 27 | 0 | 26 | 51 | 12 | 20 | 45 | 31 |
| Octal | 321 | 202 | 47 | 0 | 46 | 121 | 22 | 40 | 105 | 61 |
| Binary | 11010001 | 10000010 | 100111 | 0 | 100110 | 1010001 | 10010 | 100000 | 1000101 | 110001 |
Color Harmonies of #D18227
Complementary color
Monochromatic Colors of #D18227
Black with #D18227
Text Example
Text Example
White with #D18227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18227; }
p { color: rgb(209,130,39); }
H1.HeaderClassName
{
color: #D18227;
}
.AnyTagClassName
{
color: #D18227;
}
</style>
background-color css
<style>
a { background-color: #D18227; }
a { background-color: rgb(209,130,39); }
div.DivClassName
{
background-color: #D18227;
}
.BgClassName
{
background-color: #D18227;
}
</style>
border-color css
<style>
span { border-color: #D18227; }
span { border-color: rgb(209,130,39); }
td.TdClassName
{
border-color: #D18227;
}
.TagClassName
{
border-color: #D18227;
}
</style>