Shades of Dixie #D78830
Tints of Dixie #D78830
RGB
CMYK
RGB Variations
Color information
#D78830 (or 0xD78830) is known color: Dixie. HEX triplet: D7, 88 and 30. RGB value is (215,136,48). Sum of RGB (Red+Green+Blue) = 215+136+48=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D78830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78830 is #2877CF. Grayscale: #969696. Windows color (decimal): -2652112 or 3180759. OLE color: 3180759.
HSL color Cylindrical-coordinate representation of color #D78830: hue angle of 31.62º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D78830 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 48 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.16 |
| HSL | 31.62º | 0.68% | 0.52% | - |
| HSV(B) | 31.62º | 0.78% | 0.84% | - |
| XYZ | 37.36 | 32.27 | 7.06 | - |
| YUV | 149.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 48 | 0 | 0.37 | 0.78 | 0.16 | 31.62 | 0.68 | 0.52 |
| Hex | D7 | 88 | 30 | 0 | 25 | 4E | 10 | 20 | 44 | 34 |
| Octal | 327 | 210 | 60 | 0 | 45 | 116 | 20 | 40 | 104 | 64 |
| Binary | 11010111 | 10001000 | 110000 | 0 | 100101 | 1001110 | 10000 | 100000 | 1000100 | 110100 |
Color Harmonies of #D78830
Complementary color
Monochromatic Colors of #D78830
Black with #D78830
Text Example
Text Example
White with #D78830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78830; }
p { color: rgb(215,136,48); }
H1.HeaderClassName
{
color: #D78830;
}
.AnyTagClassName
{
color: #D78830;
}
</style>
background-color css
<style>
a { background-color: #D78830; }
a { background-color: rgb(215,136,48); }
div.DivClassName
{
background-color: #D78830;
}
.BgClassName
{
background-color: #D78830;
}
</style>
border-color css
<style>
span { border-color: #D78830; }
span { border-color: rgb(215,136,48); }
td.TdClassName
{
border-color: #D78830;
}
.TagClassName
{
border-color: #D78830;
}
</style>