Shades of Dixie #D28826
Tints of Dixie #D28826
RGB
CMYK
RGB Variations
Color information
#D28826 (or 0xD28826) is known color: Dixie. HEX triplet: D2, 88 and 26. RGB value is (210,136,38). Sum of RGB (Red+Green+Blue) = 210+136+38=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D28826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28826 is #2D77D9. Grayscale: #939393. Windows color (decimal): -2979802 or 2525394. OLE color: 2525394.
HSL color Cylindrical-coordinate representation of color #D28826: hue angle of 34.19º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D28826 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 38 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.18 |
| HSL | 34.19º | 0.69% | 0.49% | - |
| HSV(B) | 34.19º | 0.82% | 0.82% | - |
| XYZ | 35.73 | 31.45 | 6.02 | - |
| YUV | 146.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 38 | 0 | 0.35 | 0.82 | 0.18 | 34.19 | 0.69 | 0.49 |
| Hex | D2 | 88 | 26 | 0 | 23 | 52 | 12 | 22 | 45 | 31 |
| Octal | 322 | 210 | 46 | 0 | 43 | 122 | 22 | 42 | 105 | 61 |
| Binary | 11010010 | 10001000 | 100110 | 0 | 100011 | 1010010 | 10010 | 100010 | 1000101 | 110001 |
Color Harmonies of #D28826
Complementary color
Monochromatic Colors of #D28826
Black with #D28826
Text Example
Text Example
White with #D28826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28826; }
p { color: rgb(210,136,38); }
H1.HeaderClassName
{
color: #D28826;
}
.AnyTagClassName
{
color: #D28826;
}
</style>
background-color css
<style>
a { background-color: #D28826; }
a { background-color: rgb(210,136,38); }
div.DivClassName
{
background-color: #D28826;
}
.BgClassName
{
background-color: #D28826;
}
</style>
border-color css
<style>
span { border-color: #D28826; }
span { border-color: rgb(210,136,38); }
td.TdClassName
{
border-color: #D28826;
}
.TagClassName
{
border-color: #D28826;
}
</style>