Shades of Dixie #D38425
Tints of Dixie #D38425
RGB
CMYK
RGB Variations
Color information
#D38425 (or 0xD38425) is known color: Dixie. HEX triplet: D3, 84 and 25. RGB value is (211,132,37). Sum of RGB (Red+Green+Blue) = 211+132+37=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D38425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38425 is #2C7BDA. Grayscale: #919191. Windows color (decimal): -2915291 or 2458835. OLE color: 2458835.
HSL color Cylindrical-coordinate representation of color #D38425: hue angle of 32.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D38425 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 37 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.17 |
| HSL | 32.76º | 0.7% | 0.49% | - |
| HSV(B) | 32.76º | 0.82% | 0.83% | - |
| XYZ | 35.45 | 30.48 | 5.77 | - |
| YUV | 144.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 37 | 0 | 0.37 | 0.82 | 0.17 | 32.76 | 0.7 | 0.49 |
| Hex | D3 | 84 | 25 | 0 | 25 | 52 | 11 | 21 | 46 | 31 |
| Octal | 323 | 204 | 45 | 0 | 45 | 122 | 21 | 41 | 106 | 61 |
| Binary | 11010011 | 10000100 | 100101 | 0 | 100101 | 1010010 | 10001 | 100001 | 1000110 | 110001 |
Color Harmonies of #D38425
Complementary color
Monochromatic Colors of #D38425
Black with #D38425
Text Example
Text Example
White with #D38425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38425; }
p { color: rgb(211,132,37); }
H1.HeaderClassName
{
color: #D38425;
}
.AnyTagClassName
{
color: #D38425;
}
</style>
background-color css
<style>
a { background-color: #D38425; }
a { background-color: rgb(211,132,37); }
div.DivClassName
{
background-color: #D38425;
}
.BgClassName
{
background-color: #D38425;
}
</style>
border-color css
<style>
span { border-color: #D38425; }
span { border-color: rgb(211,132,37); }
td.TdClassName
{
border-color: #D38425;
}
.TagClassName
{
border-color: #D38425;
}
</style>