Shades of Dixie #D88737
Tints of Dixie #D88737
RGB
CMYK
RGB Variations
Color information
#D88737 (or 0xD88737) is known color: Dixie. HEX triplet: D8, 87 and 37. RGB value is (216,135,55). Sum of RGB (Red+Green+Blue) = 216+135+55=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D88737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88737 is #2778C8. Grayscale: #969696. Windows color (decimal): -2586825 or 3639256. OLE color: 3639256.
HSL color Cylindrical-coordinate representation of color #D88737: hue angle of 29.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D88737 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 55 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.15 |
| HSL | 29.81º | 0.67% | 0.53% | - |
| HSV(B) | 29.81º | 0.75% | 0.85% | - |
| XYZ | 37.67 | 32.2 | 7.84 | - |
| YUV | 150.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 55 | 0 | 0.38 | 0.75 | 0.15 | 29.81 | 0.67 | 0.53 |
| Hex | D8 | 87 | 37 | 0 | 26 | 4B | F | 1E | 43 | 35 |
| Octal | 330 | 207 | 67 | 0 | 46 | 113 | 17 | 36 | 103 | 65 |
| Binary | 11011000 | 10000111 | 110111 | 0 | 100110 | 1001011 | 1111 | 11110 | 1000011 | 110101 |
Color Harmonies of #D88737
Complementary color
Monochromatic Colors of #D88737
Black with #D88737
Text Example
Text Example
White with #D88737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88737; }
p { color: rgb(216,135,55); }
H1.HeaderClassName
{
color: #D88737;
}
.AnyTagClassName
{
color: #D88737;
}
</style>
background-color css
<style>
a { background-color: #D88737; }
a { background-color: rgb(216,135,55); }
div.DivClassName
{
background-color: #D88737;
}
.BgClassName
{
background-color: #D88737;
}
</style>
border-color css
<style>
span { border-color: #D88737; }
span { border-color: rgb(216,135,55); }
td.TdClassName
{
border-color: #D88737;
}
.TagClassName
{
border-color: #D88737;
}
</style>