Shades of Dixie #D5892E
Tints of Dixie #D5892E
RGB
CMYK
RGB Variations
Color information
#D5892E (or 0xD5892E) is known color: Dixie. HEX triplet: D5, 89 and 2E. RGB value is (213,137,46). Sum of RGB (Red+Green+Blue) = 213+137+46=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5892E is #2A76D1. Grayscale: #959595. Windows color (decimal): -2782930 or 3049941. OLE color: 3049941.
HSL color Cylindrical-coordinate representation of color #D5892E: hue angle of 32.69º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5892E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 46 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.16 |
| HSL | 32.69º | 0.67% | 0.51% | - |
| HSV(B) | 32.69º | 0.78% | 0.84% | - |
| XYZ | 36.88 | 32.23 | 6.86 | - |
| YUV | 149.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 46 | 0 | 0.36 | 0.78 | 0.16 | 32.69 | 0.67 | 0.51 |
| Hex | D5 | 89 | 2E | 0 | 24 | 4E | 10 | 21 | 43 | 33 |
| Octal | 325 | 211 | 56 | 0 | 44 | 116 | 20 | 41 | 103 | 63 |
| Binary | 11010101 | 10001001 | 101110 | 0 | 100100 | 1001110 | 10000 | 100001 | 1000011 | 110011 |
Color Harmonies of #D5892E
Complementary color
Monochromatic Colors of #D5892E
Black with #D5892E
Text Example
Text Example
White with #D5892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5892E; }
p { color: rgb(213,137,46); }
H1.HeaderClassName
{
color: #D5892E;
}
.AnyTagClassName
{
color: #D5892E;
}
</style>
background-color css
<style>
a { background-color: #D5892E; }
a { background-color: rgb(213,137,46); }
div.DivClassName
{
background-color: #D5892E;
}
.BgClassName
{
background-color: #D5892E;
}
</style>
border-color css
<style>
span { border-color: #D5892E; }
span { border-color: rgb(213,137,46); }
td.TdClassName
{
border-color: #D5892E;
}
.TagClassName
{
border-color: #D5892E;
}
</style>