Shades of Dixie #D5832C
Tints of Dixie #D5832C
RGB
CMYK
RGB Variations
Color information
#D5832C (or 0xD5832C) is known color: Dixie. HEX triplet: D5, 83 and 2C. RGB value is (213,131,44). Sum of RGB (Red+Green+Blue) = 213+131+44=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5832C is #2A7CD3. Grayscale: #929292. Windows color (decimal): -2784468 or 2917333. OLE color: 2917333.
HSL color Cylindrical-coordinate representation of color #D5832C: hue angle of 30.89º 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 #D5832C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.16 |
| HSL | 30.89º | 0.67% | 0.5% | - |
| HSV(B) | 30.89º | 0.79% | 0.84% | - |
| XYZ | 36.01 | 30.56 | 6.38 | - |
| YUV | 145.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 44 | 0 | 0.38 | 0.79 | 0.16 | 30.89 | 0.67 | 0.5 |
| Hex | D5 | 83 | 2C | 0 | 26 | 4F | 10 | 1F | 43 | 32 |
| Octal | 325 | 203 | 54 | 0 | 46 | 117 | 20 | 37 | 103 | 62 |
| Binary | 11010101 | 10000011 | 101100 | 0 | 100110 | 1001111 | 10000 | 11111 | 1000011 | 110010 |
Color Harmonies of #D5832C
Complementary color
Monochromatic Colors of #D5832C
Black with #D5832C
Text Example
Text Example
White with #D5832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5832C; }
p { color: rgb(213,131,44); }
H1.HeaderClassName
{
color: #D5832C;
}
.AnyTagClassName
{
color: #D5832C;
}
</style>
background-color css
<style>
a { background-color: #D5832C; }
a { background-color: rgb(213,131,44); }
div.DivClassName
{
background-color: #D5832C;
}
.BgClassName
{
background-color: #D5832C;
}
</style>
border-color css
<style>
span { border-color: #D5832C; }
span { border-color: rgb(213,131,44); }
td.TdClassName
{
border-color: #D5832C;
}
.TagClassName
{
border-color: #D5832C;
}
</style>