Shades of Dixie #D78834
Tints of Dixie #D78834
RGB
CMYK
RGB Variations
Color information
#D78834 (or 0xD78834) is known color: Dixie. HEX triplet: D7, 88 and 34. RGB value is (215,136,52). Sum of RGB (Red+Green+Blue) = 215+136+52=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D78834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78834 is #2877CB. Grayscale: #969696. Windows color (decimal): -2652108 or 3442903. OLE color: 3442903.
HSL color Cylindrical-coordinate representation of color #D78834: hue angle of 30.92º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D78834 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 52 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.16 |
| HSL | 30.92º | 0.67% | 0.52% | - |
| HSV(B) | 30.92º | 0.76% | 0.84% | - |
| XYZ | 37.45 | 32.3 | 7.51 | - |
| YUV | 150.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 52 | 0 | 0.37 | 0.76 | 0.16 | 30.92 | 0.67 | 0.52 |
| Hex | D7 | 88 | 34 | 0 | 25 | 4C | 10 | 1F | 43 | 34 |
| Octal | 327 | 210 | 64 | 0 | 45 | 114 | 20 | 37 | 103 | 64 |
| Binary | 11010111 | 10001000 | 110100 | 0 | 100101 | 1001100 | 10000 | 11111 | 1000011 | 110100 |
Color Harmonies of #D78834
Complementary color
Monochromatic Colors of #D78834
Black with #D78834
Text Example
Text Example
White with #D78834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78834; }
p { color: rgb(215,136,52); }
H1.HeaderClassName
{
color: #D78834;
}
.AnyTagClassName
{
color: #D78834;
}
</style>
background-color css
<style>
a { background-color: #D78834; }
a { background-color: rgb(215,136,52); }
div.DivClassName
{
background-color: #D78834;
}
.BgClassName
{
background-color: #D78834;
}
</style>
border-color css
<style>
span { border-color: #D78834; }
span { border-color: rgb(215,136,52); }
td.TdClassName
{
border-color: #D78834;
}
.TagClassName
{
border-color: #D78834;
}
</style>