Shades of Dixie #D28933
Tints of Dixie #D28933
RGB
CMYK
RGB Variations
Color information
#D28933 (or 0xD28933) is known color: Dixie. HEX triplet: D2, 89 and 33. RGB value is (210,137,51). Sum of RGB (Red+Green+Blue) = 210+137+51=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28933 is #2D76CC. Grayscale: #959595. Windows color (decimal): -2979533 or 3377618. OLE color: 3377618.
HSL color Cylindrical-coordinate representation of color #D28933: hue angle of 32.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D28933 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 51 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.18 |
| HSL | 32.45º | 0.64% | 0.51% | - |
| HSV(B) | 32.45º | 0.76% | 0.82% | - |
| XYZ | 36.12 | 31.83 | 7.37 | - |
| YUV | 149.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 51 | 0 | 0.35 | 0.76 | 0.18 | 32.45 | 0.64 | 0.51 |
| Hex | D2 | 89 | 33 | 0 | 23 | 4C | 12 | 20 | 40 | 33 |
| Octal | 322 | 211 | 63 | 0 | 43 | 114 | 22 | 40 | 100 | 63 |
| Binary | 11010010 | 10001001 | 110011 | 0 | 100011 | 1001100 | 10010 | 100000 | 1000000 | 110011 |
Color Harmonies of #D28933
Complementary color
Monochromatic Colors of #D28933
Black with #D28933
Text Example
Text Example
White with #D28933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28933; }
p { color: rgb(210,137,51); }
H1.HeaderClassName
{
color: #D28933;
}
.AnyTagClassName
{
color: #D28933;
}
</style>
background-color css
<style>
a { background-color: #D28933; }
a { background-color: rgb(210,137,51); }
div.DivClassName
{
background-color: #D28933;
}
.BgClassName
{
background-color: #D28933;
}
</style>
border-color css
<style>
span { border-color: #D28933; }
span { border-color: rgb(210,137,51); }
td.TdClassName
{
border-color: #D28933;
}
.TagClassName
{
border-color: #D28933;
}
</style>