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