Shades of Dixie #D28735
Tints of Dixie #D28735
RGB
CMYK
RGB Variations
Color information
#D28735 (or 0xD28735) is known color: Dixie. HEX triplet: D2, 87 and 35. RGB value is (210,135,53). Sum of RGB (Red+Green+Blue) = 210+135+53=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28735 is #2D78CA. Grayscale: #949494. Windows color (decimal): -2980043 or 3508178. OLE color: 3508178.
HSL color Cylindrical-coordinate representation of color #D28735: hue angle of 31.34º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28735 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 53 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.18 |
| HSL | 31.34º | 0.64% | 0.52% | - |
| HSV(B) | 31.34º | 0.75% | 0.82% | - |
| XYZ | 35.88 | 31.29 | 7.52 | - |
| YUV | 148.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 53 | 0 | 0.36 | 0.75 | 0.18 | 31.34 | 0.64 | 0.52 |
| Hex | D2 | 87 | 35 | 0 | 24 | 4B | 12 | 1F | 40 | 34 |
| Octal | 322 | 207 | 65 | 0 | 44 | 113 | 22 | 37 | 100 | 64 |
| Binary | 11010010 | 10000111 | 110101 | 0 | 100100 | 1001011 | 10010 | 11111 | 1000000 | 110100 |
Color Harmonies of #D28735
Complementary color
Monochromatic Colors of #D28735
Black with #D28735
Text Example
Text Example
White with #D28735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28735; }
p { color: rgb(210,135,53); }
H1.HeaderClassName
{
color: #D28735;
}
.AnyTagClassName
{
color: #D28735;
}
</style>
background-color css
<style>
a { background-color: #D28735; }
a { background-color: rgb(210,135,53); }
div.DivClassName
{
background-color: #D28735;
}
.BgClassName
{
background-color: #D28735;
}
</style>
border-color css
<style>
span { border-color: #D28735; }
span { border-color: rgb(210,135,53); }
td.TdClassName
{
border-color: #D28735;
}
.TagClassName
{
border-color: #D28735;
}
</style>