Shades of Dixie #D08333
Tints of Dixie #D08333
RGB
CMYK
RGB Variations
Color information
#D08333 (or 0xD08333) is known color: Dixie. HEX triplet: D0, 83 and 33. RGB value is (208,131,51). Sum of RGB (Red+Green+Blue) = 208+131+51=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D08333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08333 is #2F7CCC. Grayscale: #919191. Windows color (decimal): -3112141 or 3376080. OLE color: 3376080.
HSL color Cylindrical-coordinate representation of color #D08333: hue angle of 30.57º degrees, saturation: 0.63, 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 #D08333 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 51 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.18 |
| HSL | 30.57º | 0.63% | 0.51% | - |
| HSV(B) | 30.57º | 0.75% | 0.82% | - |
| XYZ | 34.73 | 29.88 | 7.07 | - |
| YUV | 144.9 | 75.01 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 51 | 0 | 0.37 | 0.75 | 0.18 | 30.57 | 0.63 | 0.51 |
| Hex | D0 | 83 | 33 | 0 | 25 | 4B | 12 | 1F | 3F | 33 |
| Octal | 320 | 203 | 63 | 0 | 45 | 113 | 22 | 37 | 77 | 63 |
| Binary | 11010000 | 10000011 | 110011 | 0 | 100101 | 1001011 | 10010 | 11111 | 111111 | 110011 |
Color Harmonies of #D08333
Complementary color
Monochromatic Colors of #D08333
Black with #D08333
Text Example
Text Example
White with #D08333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08333; }
p { color: rgb(208,131,51); }
H1.HeaderClassName
{
color: #D08333;
}
.AnyTagClassName
{
color: #D08333;
}
</style>
background-color css
<style>
a { background-color: #D08333; }
a { background-color: rgb(208,131,51); }
div.DivClassName
{
background-color: #D08333;
}
.BgClassName
{
background-color: #D08333;
}
</style>
border-color css
<style>
span { border-color: #D08333; }
span { border-color: rgb(208,131,51); }
td.TdClassName
{
border-color: #D08333;
}
.TagClassName
{
border-color: #D08333;
}
</style>