Shades of Dixie #D5882A
Tints of Dixie #D5882A
RGB
CMYK
RGB Variations
Color information
#D5882A (or 0xD5882A) is known color: Dixie. HEX triplet: D5, 88 and 2A. RGB value is (213,136,42). Sum of RGB (Red+Green+Blue) = 213+136+42=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5882A is #2A77D5. Grayscale: #949494. Windows color (decimal): -2783190 or 2787541. OLE color: 2787541.
HSL color Cylindrical-coordinate representation of color #D5882A: hue angle of 32.98º 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 #D5882A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 42 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.16 |
| HSL | 32.98º | 0.67% | 0.5% | - |
| HSV(B) | 32.98º | 0.8% | 0.84% | - |
| XYZ | 36.66 | 31.92 | 6.42 | - |
| YUV | 148.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 42 | 0 | 0.36 | 0.80 | 0.16 | 32.98 | 0.67 | 0.5 |
| Hex | D5 | 88 | 2A | 0 | 24 | 50 | 10 | 21 | 43 | 32 |
| Octal | 325 | 210 | 52 | 0 | 44 | 120 | 20 | 41 | 103 | 62 |
| Binary | 11010101 | 10001000 | 101010 | 0 | 100100 | 1010000 | 10000 | 100001 | 1000011 | 110010 |
Color Harmonies of #D5882A
Complementary color
Monochromatic Colors of #D5882A
Black with #D5882A
Text Example
Text Example
White with #D5882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5882A; }
p { color: rgb(213,136,42); }
H1.HeaderClassName
{
color: #D5882A;
}
.AnyTagClassName
{
color: #D5882A;
}
</style>
background-color css
<style>
a { background-color: #D5882A; }
a { background-color: rgb(213,136,42); }
div.DivClassName
{
background-color: #D5882A;
}
.BgClassName
{
background-color: #D5882A;
}
</style>
border-color css
<style>
span { border-color: #D5882A; }
span { border-color: rgb(213,136,42); }
td.TdClassName
{
border-color: #D5882A;
}
.TagClassName
{
border-color: #D5882A;
}
</style>