Shades of Dixie #D88329
Tints of Dixie #D88329
RGB
CMYK
RGB Variations
Color information
#D88329 (or 0xD88329) is known color: Dixie. HEX triplet: D8, 83 and 29. RGB value is (216,131,41). Sum of RGB (Red+Green+Blue) = 216+131+41=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D88329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88329 is #277CD6. Grayscale: #929292. Windows color (decimal): -2587863 or 2720728. OLE color: 2720728.
HSL color Cylindrical-coordinate representation of color #D88329: hue angle of 30.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D88329 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 41 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.15 |
| HSL | 30.86º | 0.69% | 0.5% | - |
| HSV(B) | 30.86º | 0.81% | 0.85% | - |
| XYZ | 36.84 | 30.99 | 6.14 | - |
| YUV | 146.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 41 | 0 | 0.39 | 0.81 | 0.15 | 30.86 | 0.69 | 0.5 |
| Hex | D8 | 83 | 29 | 0 | 27 | 51 | F | 1F | 45 | 32 |
| Octal | 330 | 203 | 51 | 0 | 47 | 121 | 17 | 37 | 105 | 62 |
| Binary | 11011000 | 10000011 | 101001 | 0 | 100111 | 1010001 | 1111 | 11111 | 1000101 | 110010 |
Color Harmonies of #D88329
Complementary color
Monochromatic Colors of #D88329
Black with #D88329
Text Example
Text Example
White with #D88329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88329; }
p { color: rgb(216,131,41); }
H1.HeaderClassName
{
color: #D88329;
}
.AnyTagClassName
{
color: #D88329;
}
</style>
background-color css
<style>
a { background-color: #D88329; }
a { background-color: rgb(216,131,41); }
div.DivClassName
{
background-color: #D88329;
}
.BgClassName
{
background-color: #D88329;
}
</style>
border-color css
<style>
span { border-color: #D88329; }
span { border-color: rgb(216,131,41); }
td.TdClassName
{
border-color: #D88329;
}
.TagClassName
{
border-color: #D88329;
}
</style>