Shades of Dixie #D28531
Tints of Dixie #D28531
RGB
CMYK
RGB Variations
Color information
#D28531 (or 0xD28531) is known color: Dixie. HEX triplet: D2, 85 and 31. RGB value is (210,133,49). Sum of RGB (Red+Green+Blue) = 210+133+49=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D28531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28531 is #2D7ACE. Grayscale: #929292. Windows color (decimal): -2980559 or 3245522. OLE color: 3245522.
HSL color Cylindrical-coordinate representation of color #D28531: hue angle of 31.3º 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 #D28531 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 49 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.18 |
| HSL | 31.3º | 0.64% | 0.51% | - |
| HSV(B) | 31.3º | 0.77% | 0.82% | - |
| XYZ | 35.52 | 30.7 | 6.96 | - |
| YUV | 146.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 49 | 0 | 0.37 | 0.77 | 0.18 | 31.3 | 0.64 | 0.51 |
| Hex | D2 | 85 | 31 | 0 | 25 | 4D | 12 | 1F | 40 | 33 |
| Octal | 322 | 205 | 61 | 0 | 45 | 115 | 22 | 37 | 100 | 63 |
| Binary | 11010010 | 10000101 | 110001 | 0 | 100101 | 1001101 | 10010 | 11111 | 1000000 | 110011 |
Color Harmonies of #D28531
Complementary color
Monochromatic Colors of #D28531
Black with #D28531
Text Example
Text Example
White with #D28531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28531; }
p { color: rgb(210,133,49); }
H1.HeaderClassName
{
color: #D28531;
}
.AnyTagClassName
{
color: #D28531;
}
</style>
background-color css
<style>
a { background-color: #D28531; }
a { background-color: rgb(210,133,49); }
div.DivClassName
{
background-color: #D28531;
}
.BgClassName
{
background-color: #D28531;
}
</style>
border-color css
<style>
span { border-color: #D28531; }
span { border-color: rgb(210,133,49); }
td.TdClassName
{
border-color: #D28531;
}
.TagClassName
{
border-color: #D28531;
}
</style>