Shades of Dixie #D78631
Tints of Dixie #D78631
RGB
CMYK
RGB Variations
Color information
#D78631 (or 0xD78631) is known color: Dixie. HEX triplet: D7, 86 and 31. RGB value is (215,134,49). Sum of RGB (Red+Green+Blue) = 215+134+49=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D78631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78631 is #2879CE. Grayscale: #949494. Windows color (decimal): -2652623 or 3245783. OLE color: 3245783.
HSL color Cylindrical-coordinate representation of color #D78631: hue angle of 30.72º 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 #D78631 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 49 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.16 |
| HSL | 30.72º | 0.67% | 0.52% | - |
| HSV(B) | 30.72º | 0.77% | 0.84% | - |
| XYZ | 37.1 | 31.72 | 7.07 | - |
| YUV | 148.53 | 71.84 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 49 | 0 | 0.38 | 0.77 | 0.16 | 30.72 | 0.67 | 0.52 |
| Hex | D7 | 86 | 31 | 0 | 26 | 4D | 10 | 1F | 43 | 34 |
| Octal | 327 | 206 | 61 | 0 | 46 | 115 | 20 | 37 | 103 | 64 |
| Binary | 11010111 | 10000110 | 110001 | 0 | 100110 | 1001101 | 10000 | 11111 | 1000011 | 110100 |
Color Harmonies of #D78631
Complementary color
Monochromatic Colors of #D78631
Black with #D78631
Text Example
Text Example
White with #D78631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78631; }
p { color: rgb(215,134,49); }
H1.HeaderClassName
{
color: #D78631;
}
.AnyTagClassName
{
color: #D78631;
}
</style>
background-color css
<style>
a { background-color: #D78631; }
a { background-color: rgb(215,134,49); }
div.DivClassName
{
background-color: #D78631;
}
.BgClassName
{
background-color: #D78631;
}
</style>
border-color css
<style>
span { border-color: #D78631; }
span { border-color: rgb(215,134,49); }
td.TdClassName
{
border-color: #D78631;
}
.TagClassName
{
border-color: #D78631;
}
</style>