Shades of Dixie #D88330
Tints of Dixie #D88330
RGB
CMYK
RGB Variations
Color information
#D88330 (or 0xD88330) is known color: Dixie. HEX triplet: D8, 83 and 30. RGB value is (216,131,48). Sum of RGB (Red+Green+Blue) = 216+131+48=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D88330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88330 is #277CCF. Grayscale: #939393. Windows color (decimal): -2587856 or 3179480. OLE color: 3179480.
HSL color Cylindrical-coordinate representation of color #D88330: hue angle of 29.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D88330 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 48 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.15 |
| HSL | 29.64º | 0.68% | 0.52% | - |
| HSV(B) | 29.64º | 0.78% | 0.85% | - |
| XYZ | 36.97 | 31.04 | 6.84 | - |
| YUV | 146.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 48 | 0 | 0.39 | 0.78 | 0.15 | 29.64 | 0.68 | 0.52 |
| Hex | D8 | 83 | 30 | 0 | 27 | 4E | F | 1E | 44 | 34 |
| Octal | 330 | 203 | 60 | 0 | 47 | 116 | 17 | 36 | 104 | 64 |
| Binary | 11011000 | 10000011 | 110000 | 0 | 100111 | 1001110 | 1111 | 11110 | 1000100 | 110100 |
Color Harmonies of #D88330
Complementary color
Monochromatic Colors of #D88330
Black with #D88330
Text Example
Text Example
White with #D88330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88330; }
p { color: rgb(216,131,48); }
H1.HeaderClassName
{
color: #D88330;
}
.AnyTagClassName
{
color: #D88330;
}
</style>
background-color css
<style>
a { background-color: #D88330; }
a { background-color: rgb(216,131,48); }
div.DivClassName
{
background-color: #D88330;
}
.BgClassName
{
background-color: #D88330;
}
</style>
border-color css
<style>
span { border-color: #D88330; }
span { border-color: rgb(216,131,48); }
td.TdClassName
{
border-color: #D88330;
}
.TagClassName
{
border-color: #D88330;
}
</style>