Shades of Dixie #D08735
Tints of Dixie #D08735
RGB
CMYK
RGB Variations
Color information
#D08735 (or 0xD08735) is known color: Dixie. HEX triplet: D0, 87 and 35. RGB value is (208,135,53). Sum of RGB (Red+Green+Blue) = 208+135+53=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D08735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08735 is #2F78CA. Grayscale: #939393. Windows color (decimal): -3111115 or 3508176. OLE color: 3508176.
HSL color Cylindrical-coordinate representation of color #D08735: hue angle of 31.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D08735 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 53 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.18 |
| HSL | 31.74º | 0.62% | 0.51% | - |
| HSV(B) | 31.74º | 0.75% | 0.82% | - |
| XYZ | 35.32 | 30.99 | 7.49 | - |
| YUV | 147.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 53 | 0 | 0.35 | 0.75 | 0.18 | 31.74 | 0.62 | 0.51 |
| Hex | D0 | 87 | 35 | 0 | 23 | 4B | 12 | 20 | 3E | 33 |
| Octal | 320 | 207 | 65 | 0 | 43 | 113 | 22 | 40 | 76 | 63 |
| Binary | 11010000 | 10000111 | 110101 | 0 | 100011 | 1001011 | 10010 | 100000 | 111110 | 110011 |
Color Harmonies of #D08735
Complementary color
Monochromatic Colors of #D08735
Black with #D08735
Text Example
Text Example
White with #D08735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08735; }
p { color: rgb(208,135,53); }
H1.HeaderClassName
{
color: #D08735;
}
.AnyTagClassName
{
color: #D08735;
}
</style>
background-color css
<style>
a { background-color: #D08735; }
a { background-color: rgb(208,135,53); }
div.DivClassName
{
background-color: #D08735;
}
.BgClassName
{
background-color: #D08735;
}
</style>
border-color css
<style>
span { border-color: #D08735; }
span { border-color: rgb(208,135,53); }
td.TdClassName
{
border-color: #D08735;
}
.TagClassName
{
border-color: #D08735;
}
</style>