Shades of Dixie #D5812B
Tints of Dixie #D5812B
RGB
CMYK
RGB Variations
Color information
#D5812B (or 0xD5812B) is known color: Dixie. HEX triplet: D5, 81 and 2B. RGB value is (213,129,43). Sum of RGB (Red+Green+Blue) = 213+129+43=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5812B is #2A7ED4. Grayscale: #909090. Windows color (decimal): -2784981 or 2851285. OLE color: 2851285.
HSL color Cylindrical-coordinate representation of color #D5812B: hue angle of 30.35º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5812B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 43 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.16 |
| HSL | 30.35º | 0.67% | 0.5% | - |
| HSV(B) | 30.35º | 0.8% | 0.84% | - |
| XYZ | 35.73 | 30.02 | 6.2 | - |
| YUV | 144.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 43 | 0 | 0.39 | 0.80 | 0.16 | 30.35 | 0.67 | 0.5 |
| Hex | D5 | 81 | 2B | 0 | 27 | 50 | 10 | 1E | 43 | 32 |
| Octal | 325 | 201 | 53 | 0 | 47 | 120 | 20 | 36 | 103 | 62 |
| Binary | 11010101 | 10000001 | 101011 | 0 | 100111 | 1010000 | 10000 | 11110 | 1000011 | 110010 |
Color Harmonies of #D5812B
Complementary color
Monochromatic Colors of #D5812B
Black with #D5812B
Text Example
Text Example
White with #D5812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5812B; }
p { color: rgb(213,129,43); }
H1.HeaderClassName
{
color: #D5812B;
}
.AnyTagClassName
{
color: #D5812B;
}
</style>
background-color css
<style>
a { background-color: #D5812B; }
a { background-color: rgb(213,129,43); }
div.DivClassName
{
background-color: #D5812B;
}
.BgClassName
{
background-color: #D5812B;
}
</style>
border-color css
<style>
span { border-color: #D5812B; }
span { border-color: rgb(213,129,43); }
td.TdClassName
{
border-color: #D5812B;
}
.TagClassName
{
border-color: #D5812B;
}
</style>