Shades of Dixie #D5892C
Tints of Dixie #D5892C
RGB
CMYK
RGB Variations
Color information
#D5892C (or 0xD5892C) is known color: Dixie. HEX triplet: D5, 89 and 2C. RGB value is (213,137,44). Sum of RGB (Red+Green+Blue) = 213+137+44=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5892C is #2A76D3. Grayscale: #959595. Windows color (decimal): -2782932 or 2918869. OLE color: 2918869.
HSL color Cylindrical-coordinate representation of color #D5892C: hue angle of 33.02º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5892C is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 44 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.16 |
| HSL | 33.02º | 0.67% | 0.5% | - |
| HSV(B) | 33.02º | 0.79% | 0.84% | - |
| XYZ | 36.84 | 32.22 | 6.66 | - |
| YUV | 149.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 44 | 0 | 0.36 | 0.79 | 0.16 | 33.02 | 0.67 | 0.5 |
| Hex | D5 | 89 | 2C | 0 | 24 | 4F | 10 | 21 | 43 | 32 |
| Octal | 325 | 211 | 54 | 0 | 44 | 117 | 20 | 41 | 103 | 62 |
| Binary | 11010101 | 10001001 | 101100 | 0 | 100100 | 1001111 | 10000 | 100001 | 1000011 | 110010 |
Color Harmonies of #D5892C
Complementary color
Monochromatic Colors of #D5892C
Black with #D5892C
Text Example
Text Example
White with #D5892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5892C; }
p { color: rgb(213,137,44); }
H1.HeaderClassName
{
color: #D5892C;
}
.AnyTagClassName
{
color: #D5892C;
}
</style>
background-color css
<style>
a { background-color: #D5892C; }
a { background-color: rgb(213,137,44); }
div.DivClassName
{
background-color: #D5892C;
}
.BgClassName
{
background-color: #D5892C;
}
</style>
border-color css
<style>
span { border-color: #D5892C; }
span { border-color: rgb(213,137,44); }
td.TdClassName
{
border-color: #D5892C;
}
.TagClassName
{
border-color: #D5892C;
}
</style>