Shades of Dixie #D88228
Tints of Dixie #D88228
RGB
CMYK
RGB Variations
Color information
#D88228 (or 0xD88228) is known color: Dixie. HEX triplet: D8, 82 and 28. RGB value is (216,130,40). Sum of RGB (Red+Green+Blue) = 216+130+40=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D88228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88228 is #277DD7. Grayscale: #919191. Windows color (decimal): -2588120 or 2654936. OLE color: 2654936.
HSL color Cylindrical-coordinate representation of color #D88228: hue angle of 30.68º 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 #D88228 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 40 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.15 |
| HSL | 30.68º | 0.69% | 0.5% | - |
| HSV(B) | 30.68º | 0.81% | 0.85% | - |
| XYZ | 36.68 | 30.72 | 6 | - |
| YUV | 145.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 40 | 0 | 0.40 | 0.81 | 0.15 | 30.68 | 0.69 | 0.5 |
| Hex | D8 | 82 | 28 | 0 | 28 | 51 | F | 1F | 45 | 32 |
| Octal | 330 | 202 | 50 | 0 | 50 | 121 | 17 | 37 | 105 | 62 |
| Binary | 11011000 | 10000010 | 101000 | 0 | 101000 | 1010001 | 1111 | 11111 | 1000101 | 110010 |
Color Harmonies of #D88228
Complementary color
Monochromatic Colors of #D88228
Black with #D88228
Text Example
Text Example
White with #D88228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88228; }
p { color: rgb(216,130,40); }
H1.HeaderClassName
{
color: #D88228;
}
.AnyTagClassName
{
color: #D88228;
}
</style>
background-color css
<style>
a { background-color: #D88228; }
a { background-color: rgb(216,130,40); }
div.DivClassName
{
background-color: #D88228;
}
.BgClassName
{
background-color: #D88228;
}
</style>
border-color css
<style>
span { border-color: #D88228; }
span { border-color: rgb(216,130,40); }
td.TdClassName
{
border-color: #D88228;
}
.TagClassName
{
border-color: #D88228;
}
</style>