Shades of Dixie #D5872A
Tints of Dixie #D5872A
RGB
CMYK
RGB Variations
Color information
#D5872A (or 0xD5872A) is known color: Dixie. HEX triplet: D5, 87 and 2A. RGB value is (213,135,42). Sum of RGB (Red+Green+Blue) = 213+135+42=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5872A is #2A78D5. Grayscale: #949494. Windows color (decimal): -2783446 or 2787285. OLE color: 2787285.
HSL color Cylindrical-coordinate representation of color #D5872A: hue angle of 32.63º 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 #D5872A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 42 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.16 |
| HSL | 32.63º | 0.67% | 0.5% | - |
| HSV(B) | 32.63º | 0.8% | 0.84% | - |
| XYZ | 36.52 | 31.64 | 6.37 | - |
| YUV | 147.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 42 | 0 | 0.37 | 0.80 | 0.16 | 32.63 | 0.67 | 0.5 |
| Hex | D5 | 87 | 2A | 0 | 25 | 50 | 10 | 21 | 43 | 32 |
| Octal | 325 | 207 | 52 | 0 | 45 | 120 | 20 | 41 | 103 | 62 |
| Binary | 11010101 | 10000111 | 101010 | 0 | 100101 | 1010000 | 10000 | 100001 | 1000011 | 110010 |
Color Harmonies of #D5872A
Complementary color
Monochromatic Colors of #D5872A
Black with #D5872A
Text Example
Text Example
White with #D5872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5872A; }
p { color: rgb(213,135,42); }
H1.HeaderClassName
{
color: #D5872A;
}
.AnyTagClassName
{
color: #D5872A;
}
</style>
background-color css
<style>
a { background-color: #D5872A; }
a { background-color: rgb(213,135,42); }
div.DivClassName
{
background-color: #D5872A;
}
.BgClassName
{
background-color: #D5872A;
}
</style>
border-color css
<style>
span { border-color: #D5872A; }
span { border-color: rgb(213,135,42); }
td.TdClassName
{
border-color: #D5872A;
}
.TagClassName
{
border-color: #D5872A;
}
</style>