Shades of Dixie #D88430
Tints of Dixie #D88430
RGB
CMYK
RGB Variations
Color information
#D88430 (or 0xD88430) is known color: Dixie. HEX triplet: D8, 84 and 30. RGB value is (216,132,48). Sum of RGB (Red+Green+Blue) = 216+132+48=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D88430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88430 is #277BCF. Grayscale: #939393. Windows color (decimal): -2587600 or 3179736. OLE color: 3179736.
HSL color Cylindrical-coordinate representation of color #D88430: hue angle of 30º 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 #D88430 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 48 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.15 |
| HSL | 30º | 0.68% | 0.52% | - |
| HSV(B) | 30º | 0.78% | 0.85% | - |
| XYZ | 37.1 | 31.31 | 6.89 | - |
| YUV | 147.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 48 | 0 | 0.39 | 0.78 | 0.15 | 30 | 0.68 | 0.52 |
| Hex | D8 | 84 | 30 | 0 | 27 | 4E | F | 1E | 44 | 34 |
| Octal | 330 | 204 | 60 | 0 | 47 | 116 | 17 | 36 | 104 | 64 |
| Binary | 11011000 | 10000100 | 110000 | 0 | 100111 | 1001110 | 1111 | 11110 | 1000100 | 110100 |
Color Harmonies of #D88430
Complementary color
Monochromatic Colors of #D88430
Black with #D88430
Text Example
Text Example
White with #D88430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88430; }
p { color: rgb(216,132,48); }
H1.HeaderClassName
{
color: #D88430;
}
.AnyTagClassName
{
color: #D88430;
}
</style>
background-color css
<style>
a { background-color: #D88430; }
a { background-color: rgb(216,132,48); }
div.DivClassName
{
background-color: #D88430;
}
.BgClassName
{
background-color: #D88430;
}
</style>
border-color css
<style>
span { border-color: #D88430; }
span { border-color: rgb(216,132,48); }
td.TdClassName
{
border-color: #D88430;
}
.TagClassName
{
border-color: #D88430;
}
</style>