Shades of Dixie #D78632
Tints of Dixie #D78632
RGB
CMYK
RGB Variations
Color information
#D78632 (or 0xD78632) is known color: Dixie. HEX triplet: D7, 86 and 32. RGB value is (215,134,50). Sum of RGB (Red+Green+Blue) = 215+134+50=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D78632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78632 is #2879CD. Grayscale: #959595. Windows color (decimal): -2652622 or 3311319. OLE color: 3311319.
HSL color Cylindrical-coordinate representation of color #D78632: hue angle of 30.55º 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 #D78632 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 50 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.16 |
| HSL | 30.55º | 0.67% | 0.52% | - |
| HSV(B) | 30.55º | 0.77% | 0.84% | - |
| XYZ | 37.13 | 31.73 | 7.18 | - |
| YUV | 148.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 50 | 0 | 0.38 | 0.77 | 0.16 | 30.55 | 0.67 | 0.52 |
| Hex | D7 | 86 | 32 | 0 | 26 | 4D | 10 | 1F | 43 | 34 |
| Octal | 327 | 206 | 62 | 0 | 46 | 115 | 20 | 37 | 103 | 64 |
| Binary | 11010111 | 10000110 | 110010 | 0 | 100110 | 1001101 | 10000 | 11111 | 1000011 | 110100 |
Color Harmonies of #D78632
Complementary color
Monochromatic Colors of #D78632
Black with #D78632
Text Example
Text Example
White with #D78632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78632; }
p { color: rgb(215,134,50); }
H1.HeaderClassName
{
color: #D78632;
}
.AnyTagClassName
{
color: #D78632;
}
</style>
background-color css
<style>
a { background-color: #D78632; }
a { background-color: rgb(215,134,50); }
div.DivClassName
{
background-color: #D78632;
}
.BgClassName
{
background-color: #D78632;
}
</style>
border-color css
<style>
span { border-color: #D78632; }
span { border-color: rgb(215,134,50); }
td.TdClassName
{
border-color: #D78632;
}
.TagClassName
{
border-color: #D78632;
}
</style>