Shades of Dixie #D0812D
Tints of Dixie #D0812D
RGB
CMYK
RGB Variations
Color information
#D0812D (or 0xD0812D) is known color: Dixie. HEX triplet: D0, 81 and 2D. RGB value is (208,129,45). Sum of RGB (Red+Green+Blue) = 208+129+45=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0812D is #2F7ED2. Grayscale: #8F8F8F. Windows color (decimal): -3112659 or 2982352. OLE color: 2982352.
HSL color Cylindrical-coordinate representation of color #D0812D: hue angle of 30.92º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0812D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.18 |
| HSL | 30.92º | 0.64% | 0.5% | - |
| HSV(B) | 30.92º | 0.78% | 0.82% | - |
| XYZ | 34.34 | 29.3 | 6.33 | - |
| YUV | 143.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 45 | 0 | 0.38 | 0.78 | 0.18 | 30.92 | 0.64 | 0.5 |
| Hex | D0 | 81 | 2D | 0 | 26 | 4E | 12 | 1F | 40 | 32 |
| Octal | 320 | 201 | 55 | 0 | 46 | 116 | 22 | 37 | 100 | 62 |
| Binary | 11010000 | 10000001 | 101101 | 0 | 100110 | 1001110 | 10010 | 11111 | 1000000 | 110010 |
Color Harmonies of #D0812D
Complementary color
Monochromatic Colors of #D0812D
Black with #D0812D
Text Example
Text Example
White with #D0812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0812D; }
p { color: rgb(208,129,45); }
H1.HeaderClassName
{
color: #D0812D;
}
.AnyTagClassName
{
color: #D0812D;
}
</style>
background-color css
<style>
a { background-color: #D0812D; }
a { background-color: rgb(208,129,45); }
div.DivClassName
{
background-color: #D0812D;
}
.BgClassName
{
background-color: #D0812D;
}
</style>
border-color css
<style>
span { border-color: #D0812D; }
span { border-color: rgb(208,129,45); }
td.TdClassName
{
border-color: #D0812D;
}
.TagClassName
{
border-color: #D0812D;
}
</style>