Shades of Dixie #D0812C
Tints of Dixie #D0812C
RGB
CMYK
RGB Variations
Color information
#D0812C (or 0xD0812C) is known color: Dixie. HEX triplet: D0, 81 and 2C. RGB value is (208,129,44). Sum of RGB (Red+Green+Blue) = 208+129+44=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0812C is #2F7ED3. Grayscale: #8F8F8F. Windows color (decimal): -3112660 or 2916816. OLE color: 2916816.
HSL color Cylindrical-coordinate representation of color #D0812C: hue angle of 31.1º degrees, saturation: 0.65, 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 #D0812C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.18 |
| HSL | 31.1º | 0.65% | 0.49% | - |
| HSV(B) | 31.1º | 0.79% | 0.82% | - |
| XYZ | 34.32 | 29.29 | 6.23 | - |
| YUV | 142.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 44 | 0 | 0.38 | 0.79 | 0.18 | 31.1 | 0.65 | 0.49 |
| Hex | D0 | 81 | 2C | 0 | 26 | 4F | 12 | 1F | 41 | 31 |
| Octal | 320 | 201 | 54 | 0 | 46 | 117 | 22 | 37 | 101 | 61 |
| Binary | 11010000 | 10000001 | 101100 | 0 | 100110 | 1001111 | 10010 | 11111 | 1000001 | 110001 |
Color Harmonies of #D0812C
Complementary color
Monochromatic Colors of #D0812C
Black with #D0812C
Text Example
Text Example
White with #D0812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0812C; }
p { color: rgb(208,129,44); }
H1.HeaderClassName
{
color: #D0812C;
}
.AnyTagClassName
{
color: #D0812C;
}
</style>
background-color css
<style>
a { background-color: #D0812C; }
a { background-color: rgb(208,129,44); }
div.DivClassName
{
background-color: #D0812C;
}
.BgClassName
{
background-color: #D0812C;
}
</style>
border-color css
<style>
span { border-color: #D0812C; }
span { border-color: rgb(208,129,44); }
td.TdClassName
{
border-color: #D0812C;
}
.TagClassName
{
border-color: #D0812C;
}
</style>