Shades of Dixie #D78534
Tints of Dixie #D78534
RGB
CMYK
RGB Variations
Color information
#D78534 (or 0xD78534) is known color: Dixie. HEX triplet: D7, 85 and 34. RGB value is (215,133,52). Sum of RGB (Red+Green+Blue) = 215+133+52=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D78534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78534 is #287ACB. Grayscale: #949494. Windows color (decimal): -2652876 or 3442135. OLE color: 3442135.
HSL color Cylindrical-coordinate representation of color #D78534: hue angle of 29.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D78534 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 52 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.16 |
| HSL | 29.82º | 0.67% | 0.52% | - |
| HSV(B) | 29.82º | 0.76% | 0.84% | - |
| XYZ | 37.03 | 31.47 | 7.37 | - |
| YUV | 148.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 52 | 0 | 0.38 | 0.76 | 0.16 | 29.82 | 0.67 | 0.52 |
| Hex | D7 | 85 | 34 | 0 | 26 | 4C | 10 | 1E | 43 | 34 |
| Octal | 327 | 205 | 64 | 0 | 46 | 114 | 20 | 36 | 103 | 64 |
| Binary | 11010111 | 10000101 | 110100 | 0 | 100110 | 1001100 | 10000 | 11110 | 1000011 | 110100 |
Color Harmonies of #D78534
Complementary color
Monochromatic Colors of #D78534
Black with #D78534
Text Example
Text Example
White with #D78534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78534; }
p { color: rgb(215,133,52); }
H1.HeaderClassName
{
color: #D78534;
}
.AnyTagClassName
{
color: #D78534;
}
</style>
background-color css
<style>
a { background-color: #D78534; }
a { background-color: rgb(215,133,52); }
div.DivClassName
{
background-color: #D78534;
}
.BgClassName
{
background-color: #D78534;
}
</style>
border-color css
<style>
span { border-color: #D78534; }
span { border-color: rgb(215,133,52); }
td.TdClassName
{
border-color: #D78534;
}
.TagClassName
{
border-color: #D78534;
}
</style>