Shades of Dixie #D5842C
Tints of Dixie #D5842C
RGB
CMYK
RGB Variations
Color information
#D5842C (or 0xD5842C) is known color: Dixie. HEX triplet: D5, 84 and 2C. RGB value is (213,132,44). Sum of RGB (Red+Green+Blue) = 213+132+44=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5842C is #2A7BD3. Grayscale: #929292. Windows color (decimal): -2784212 or 2917589. OLE color: 2917589.
HSL color Cylindrical-coordinate representation of color #D5842C: hue angle of 31.24º 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 #D5842C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.16 |
| HSL | 31.24º | 0.67% | 0.5% | - |
| HSV(B) | 31.24º | 0.79% | 0.84% | - |
| XYZ | 36.15 | 30.83 | 6.43 | - |
| YUV | 146.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 44 | 0 | 0.38 | 0.79 | 0.16 | 31.24 | 0.67 | 0.5 |
| Hex | D5 | 84 | 2C | 0 | 26 | 4F | 10 | 1F | 43 | 32 |
| Octal | 325 | 204 | 54 | 0 | 46 | 117 | 20 | 37 | 103 | 62 |
| Binary | 11010101 | 10000100 | 101100 | 0 | 100110 | 1001111 | 10000 | 11111 | 1000011 | 110010 |
Color Harmonies of #D5842C
Complementary color
Monochromatic Colors of #D5842C
Black with #D5842C
Text Example
Text Example
White with #D5842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5842C; }
p { color: rgb(213,132,44); }
H1.HeaderClassName
{
color: #D5842C;
}
.AnyTagClassName
{
color: #D5842C;
}
</style>
background-color css
<style>
a { background-color: #D5842C; }
a { background-color: rgb(213,132,44); }
div.DivClassName
{
background-color: #D5842C;
}
.BgClassName
{
background-color: #D5842C;
}
</style>
border-color css
<style>
span { border-color: #D5842C; }
span { border-color: rgb(213,132,44); }
td.TdClassName
{
border-color: #D5842C;
}
.TagClassName
{
border-color: #D5842C;
}
</style>