Shades of Dixie #D78729
Tints of Dixie #D78729
RGB
CMYK
RGB Variations
Color information
#D78729 (or 0xD78729) is known color: Dixie. HEX triplet: D7, 87 and 29. RGB value is (215,135,41). Sum of RGB (Red+Green+Blue) = 215+135+41=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D78729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78729 is #2878D6. Grayscale: #949494. Windows color (decimal): -2652375 or 2721751. OLE color: 2721751.
HSL color Cylindrical-coordinate representation of color #D78729: hue angle of 32.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D78729 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 41 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.16 |
| HSL | 32.41º | 0.69% | 0.5% | - |
| HSV(B) | 32.41º | 0.81% | 0.84% | - |
| XYZ | 37.09 | 31.94 | 6.31 | - |
| YUV | 148.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 41 | 0 | 0.37 | 0.81 | 0.16 | 32.41 | 0.69 | 0.5 |
| Hex | D7 | 87 | 29 | 0 | 25 | 51 | 10 | 20 | 45 | 32 |
| Octal | 327 | 207 | 51 | 0 | 45 | 121 | 20 | 40 | 105 | 62 |
| Binary | 11010111 | 10000111 | 101001 | 0 | 100101 | 1010001 | 10000 | 100000 | 1000101 | 110010 |
Color Harmonies of #D78729
Complementary color
Monochromatic Colors of #D78729
Black with #D78729
Text Example
Text Example
White with #D78729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78729; }
p { color: rgb(215,135,41); }
H1.HeaderClassName
{
color: #D78729;
}
.AnyTagClassName
{
color: #D78729;
}
</style>
background-color css
<style>
a { background-color: #D78729; }
a { background-color: rgb(215,135,41); }
div.DivClassName
{
background-color: #D78729;
}
.BgClassName
{
background-color: #D78729;
}
</style>
border-color css
<style>
span { border-color: #D78729; }
span { border-color: rgb(215,135,41); }
td.TdClassName
{
border-color: #D78729;
}
.TagClassName
{
border-color: #D78729;
}
</style>