Shades of Dixie #D38330
Tints of Dixie #D38330
RGB
CMYK
RGB Variations
Color information
#D38330 (or 0xD38330) is known color: Dixie. HEX triplet: D3, 83 and 30. RGB value is (211,131,48). Sum of RGB (Red+Green+Blue) = 211+131+48=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D38330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38330 is #2C7CCF. Grayscale: #919191. Windows color (decimal): -2915536 or 3179475. OLE color: 3179475.
HSL color Cylindrical-coordinate representation of color #D38330: hue angle of 30.55º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D38330 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 48 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.17 |
| HSL | 30.55º | 0.65% | 0.51% | - |
| HSV(B) | 30.55º | 0.77% | 0.83% | - |
| XYZ | 35.51 | 30.29 | 6.77 | - |
| YUV | 145.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 48 | 0 | 0.38 | 0.77 | 0.17 | 30.55 | 0.65 | 0.51 |
| Hex | D3 | 83 | 30 | 0 | 26 | 4D | 11 | 1F | 41 | 33 |
| Octal | 323 | 203 | 60 | 0 | 46 | 115 | 21 | 37 | 101 | 63 |
| Binary | 11010011 | 10000011 | 110000 | 0 | 100110 | 1001101 | 10001 | 11111 | 1000001 | 110011 |
Color Harmonies of #D38330
Complementary color
Monochromatic Colors of #D38330
Black with #D38330
Text Example
Text Example
White with #D38330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38330; }
p { color: rgb(211,131,48); }
H1.HeaderClassName
{
color: #D38330;
}
.AnyTagClassName
{
color: #D38330;
}
</style>
background-color css
<style>
a { background-color: #D38330; }
a { background-color: rgb(211,131,48); }
div.DivClassName
{
background-color: #D38330;
}
.BgClassName
{
background-color: #D38330;
}
</style>
border-color css
<style>
span { border-color: #D38330; }
span { border-color: rgb(211,131,48); }
td.TdClassName
{
border-color: #D38330;
}
.TagClassName
{
border-color: #D38330;
}
</style>