Shades of Dixie #D78431
Tints of Dixie #D78431
RGB
CMYK
RGB Variations
Color information
#D78431 (or 0xD78431) is known color: Dixie. HEX triplet: D7, 84 and 31. RGB value is (215,132,49). Sum of RGB (Red+Green+Blue) = 215+132+49=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D78431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78431 is #287BCE. Grayscale: #939393. Windows color (decimal): -2653135 or 3245271. OLE color: 3245271.
HSL color Cylindrical-coordinate representation of color #D78431: hue angle of 30º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D78431 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 49 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.16 |
| HSL | 30º | 0.67% | 0.52% | - |
| HSV(B) | 30º | 0.77% | 0.84% | - |
| XYZ | 36.83 | 31.17 | 6.98 | - |
| YUV | 147.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 49 | 0 | 0.39 | 0.77 | 0.16 | 30 | 0.67 | 0.52 |
| Hex | D7 | 84 | 31 | 0 | 27 | 4D | 10 | 1E | 43 | 34 |
| Octal | 327 | 204 | 61 | 0 | 47 | 115 | 20 | 36 | 103 | 64 |
| Binary | 11010111 | 10000100 | 110001 | 0 | 100111 | 1001101 | 10000 | 11110 | 1000011 | 110100 |
Color Harmonies of #D78431
Complementary color
Monochromatic Colors of #D78431
Black with #D78431
Text Example
Text Example
White with #D78431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78431; }
p { color: rgb(215,132,49); }
H1.HeaderClassName
{
color: #D78431;
}
.AnyTagClassName
{
color: #D78431;
}
</style>
background-color css
<style>
a { background-color: #D78431; }
a { background-color: rgb(215,132,49); }
div.DivClassName
{
background-color: #D78431;
}
.BgClassName
{
background-color: #D78431;
}
</style>
border-color css
<style>
span { border-color: #D78431; }
span { border-color: rgb(215,132,49); }
td.TdClassName
{
border-color: #D78431;
}
.TagClassName
{
border-color: #D78431;
}
</style>