Shades of Dixie #D1812A
Tints of Dixie #D1812A
RGB
CMYK
RGB Variations
Color information
#D1812A (or 0xD1812A) is known color: Dixie. HEX triplet: D1, 81 and 2A. RGB value is (209,129,42). Sum of RGB (Red+Green+Blue) = 209+129+42=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1812A is #2E7ED5. Grayscale: #8F8F8F. Windows color (decimal): -3047126 or 2785745. OLE color: 2785745.
HSL color Cylindrical-coordinate representation of color #D1812A: hue angle of 31.26º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1812A is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 42 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.18 |
| HSL | 31.26º | 0.67% | 0.49% | - |
| HSV(B) | 31.26º | 0.8% | 0.82% | - |
| XYZ | 34.56 | 29.42 | 6.05 | - |
| YUV | 143 | 71 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 42 | 0 | 0.38 | 0.80 | 0.18 | 31.26 | 0.67 | 0.49 |
| Hex | D1 | 81 | 2A | 0 | 26 | 50 | 12 | 1F | 43 | 31 |
| Octal | 321 | 201 | 52 | 0 | 46 | 120 | 22 | 37 | 103 | 61 |
| Binary | 11010001 | 10000001 | 101010 | 0 | 100110 | 1010000 | 10010 | 11111 | 1000011 | 110001 |
Color Harmonies of #D1812A
Complementary color
Monochromatic Colors of #D1812A
Black with #D1812A
Text Example
Text Example
White with #D1812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1812A; }
p { color: rgb(209,129,42); }
H1.HeaderClassName
{
color: #D1812A;
}
.AnyTagClassName
{
color: #D1812A;
}
</style>
background-color css
<style>
a { background-color: #D1812A; }
a { background-color: rgb(209,129,42); }
div.DivClassName
{
background-color: #D1812A;
}
.BgClassName
{
background-color: #D1812A;
}
</style>
border-color css
<style>
span { border-color: #D1812A; }
span { border-color: rgb(209,129,42); }
td.TdClassName
{
border-color: #D1812A;
}
.TagClassName
{
border-color: #D1812A;
}
</style>