Shades of Dixie #D78832
Tints of Dixie #D78832
RGB
CMYK
RGB Variations
Color information
#D78832 (or 0xD78832) is known color: Dixie. HEX triplet: D7, 88 and 32. RGB value is (215,136,50). Sum of RGB (Red+Green+Blue) = 215+136+50=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D78832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78832 is #2877CD. Grayscale: #969696. Windows color (decimal): -2652110 or 3311831. OLE color: 3311831.
HSL color Cylindrical-coordinate representation of color #D78832: hue angle of 31.27º 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 #D78832 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 50 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.16 |
| HSL | 31.27º | 0.67% | 0.52% | - |
| HSV(B) | 31.27º | 0.77% | 0.84% | - |
| XYZ | 37.4 | 32.29 | 7.28 | - |
| YUV | 149.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 50 | 0 | 0.37 | 0.77 | 0.16 | 31.27 | 0.67 | 0.52 |
| Hex | D7 | 88 | 32 | 0 | 25 | 4D | 10 | 1F | 43 | 34 |
| Octal | 327 | 210 | 62 | 0 | 45 | 115 | 20 | 37 | 103 | 64 |
| Binary | 11010111 | 10001000 | 110010 | 0 | 100101 | 1001101 | 10000 | 11111 | 1000011 | 110100 |
Color Harmonies of #D78832
Complementary color
Monochromatic Colors of #D78832
Black with #D78832
Text Example
Text Example
White with #D78832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78832; }
p { color: rgb(215,136,50); }
H1.HeaderClassName
{
color: #D78832;
}
.AnyTagClassName
{
color: #D78832;
}
</style>
background-color css
<style>
a { background-color: #D78832; }
a { background-color: rgb(215,136,50); }
div.DivClassName
{
background-color: #D78832;
}
.BgClassName
{
background-color: #D78832;
}
</style>
border-color css
<style>
span { border-color: #D78832; }
span { border-color: rgb(215,136,50); }
td.TdClassName
{
border-color: #D78832;
}
.TagClassName
{
border-color: #D78832;
}
</style>