Shades of Dixie #D28631
Tints of Dixie #D28631
RGB
CMYK
RGB Variations
Color information
#D28631 (or 0xD28631) is known color: Dixie. HEX triplet: D2, 86 and 31. RGB value is (210,134,49). Sum of RGB (Red+Green+Blue) = 210+134+49=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28631 is #2D79CE. Grayscale: #939393. Windows color (decimal): -2980303 or 3245778. OLE color: 3245778.
HSL color Cylindrical-coordinate representation of color #D28631: hue angle of 31.68º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28631 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 49 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.18 |
| HSL | 31.68º | 0.64% | 0.51% | - |
| HSV(B) | 31.68º | 0.77% | 0.82% | - |
| XYZ | 35.66 | 30.97 | 7 | - |
| YUV | 147.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 49 | 0 | 0.36 | 0.77 | 0.18 | 31.68 | 0.64 | 0.51 |
| Hex | D2 | 86 | 31 | 0 | 24 | 4D | 12 | 20 | 40 | 33 |
| Octal | 322 | 206 | 61 | 0 | 44 | 115 | 22 | 40 | 100 | 63 |
| Binary | 11010010 | 10000110 | 110001 | 0 | 100100 | 1001101 | 10010 | 100000 | 1000000 | 110011 |
Color Harmonies of #D28631
Complementary color
Monochromatic Colors of #D28631
Black with #D28631
Text Example
Text Example
White with #D28631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28631; }
p { color: rgb(210,134,49); }
H1.HeaderClassName
{
color: #D28631;
}
.AnyTagClassName
{
color: #D28631;
}
</style>
background-color css
<style>
a { background-color: #D28631; }
a { background-color: rgb(210,134,49); }
div.DivClassName
{
background-color: #D28631;
}
.BgClassName
{
background-color: #D28631;
}
</style>
border-color css
<style>
span { border-color: #D28631; }
span { border-color: rgb(210,134,49); }
td.TdClassName
{
border-color: #D28631;
}
.TagClassName
{
border-color: #D28631;
}
</style>