Shades of Dixie #D1822B
Tints of Dixie #D1822B
RGB
CMYK
RGB Variations
Color information
#D1822B (or 0xD1822B) is known color: Dixie. HEX triplet: D1, 82 and 2B. RGB value is (209,130,43). Sum of RGB (Red+Green+Blue) = 209+130+43=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1822B is #2E7DD4. Grayscale: #909090. Windows color (decimal): -3046869 or 2851537. OLE color: 2851537.
HSL color Cylindrical-coordinate representation of color #D1822B: hue angle of 31.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1822B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 43 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.18 |
| HSL | 31.45º | 0.66% | 0.49% | - |
| HSV(B) | 31.45º | 0.79% | 0.82% | - |
| XYZ | 34.71 | 29.69 | 6.19 | - |
| YUV | 143.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 43 | 0 | 0.38 | 0.79 | 0.18 | 31.45 | 0.66 | 0.49 |
| Hex | D1 | 82 | 2B | 0 | 26 | 4F | 12 | 1F | 42 | 31 |
| Octal | 321 | 202 | 53 | 0 | 46 | 117 | 22 | 37 | 102 | 61 |
| Binary | 11010001 | 10000010 | 101011 | 0 | 100110 | 1001111 | 10010 | 11111 | 1000010 | 110001 |
Color Harmonies of #D1822B
Complementary color
Monochromatic Colors of #D1822B
Black with #D1822B
Text Example
Text Example
White with #D1822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1822B; }
p { color: rgb(209,130,43); }
H1.HeaderClassName
{
color: #D1822B;
}
.AnyTagClassName
{
color: #D1822B;
}
</style>
background-color css
<style>
a { background-color: #D1822B; }
a { background-color: rgb(209,130,43); }
div.DivClassName
{
background-color: #D1822B;
}
.BgClassName
{
background-color: #D1822B;
}
</style>
border-color css
<style>
span { border-color: #D1822B; }
span { border-color: rgb(209,130,43); }
td.TdClassName
{
border-color: #D1822B;
}
.TagClassName
{
border-color: #D1822B;
}
</style>