Shades of Dixie #D38633
Tints of Dixie #D38633
RGB
CMYK
RGB Variations
Color information
#D38633 (or 0xD38633) is known color: Dixie. HEX triplet: D3, 86 and 33. RGB value is (211,134,51). Sum of RGB (Red+Green+Blue) = 211+134+51=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D38633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38633 is #2C79CC. Grayscale: #939393. Windows color (decimal): -2914765 or 3376851. OLE color: 3376851.
HSL color Cylindrical-coordinate representation of color #D38633: hue angle of 31.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D38633 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 51 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.17 |
| HSL | 31.13º | 0.65% | 0.51% | - |
| HSV(B) | 31.13º | 0.76% | 0.83% | - |
| XYZ | 35.99 | 31.14 | 7.25 | - |
| YUV | 147.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 51 | 0 | 0.36 | 0.76 | 0.17 | 31.13 | 0.65 | 0.51 |
| Hex | D3 | 86 | 33 | 0 | 24 | 4C | 11 | 1F | 41 | 33 |
| Octal | 323 | 206 | 63 | 0 | 44 | 114 | 21 | 37 | 101 | 63 |
| Binary | 11010011 | 10000110 | 110011 | 0 | 100100 | 1001100 | 10001 | 11111 | 1000001 | 110011 |
Color Harmonies of #D38633
Complementary color
Monochromatic Colors of #D38633
Black with #D38633
Text Example
Text Example
White with #D38633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38633; }
p { color: rgb(211,134,51); }
H1.HeaderClassName
{
color: #D38633;
}
.AnyTagClassName
{
color: #D38633;
}
</style>
background-color css
<style>
a { background-color: #D38633; }
a { background-color: rgb(211,134,51); }
div.DivClassName
{
background-color: #D38633;
}
.BgClassName
{
background-color: #D38633;
}
</style>
border-color css
<style>
span { border-color: #D38633; }
span { border-color: rgb(211,134,51); }
td.TdClassName
{
border-color: #D38633;
}
.TagClassName
{
border-color: #D38633;
}
</style>