Shades of Dixie #D38934
Tints of Dixie #D38934
RGB
CMYK
RGB Variations
Color information
#D38934 (or 0xD38934) is known color: Dixie. HEX triplet: D3, 89 and 34. RGB value is (211,137,52). Sum of RGB (Red+Green+Blue) = 211+137+52=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D38934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38934 is #2C76CB. Grayscale: #959595. Windows color (decimal): -2913996 or 3443155. OLE color: 3443155.
HSL color Cylindrical-coordinate representation of color #D38934: hue angle of 32.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D38934 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 52 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.17 |
| HSL | 32.08º | 0.64% | 0.52% | - |
| HSV(B) | 32.08º | 0.75% | 0.83% | - |
| XYZ | 36.43 | 31.99 | 7.5 | - |
| YUV | 149.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 52 | 0 | 0.35 | 0.75 | 0.17 | 32.08 | 0.64 | 0.52 |
| Hex | D3 | 89 | 34 | 0 | 23 | 4B | 11 | 20 | 40 | 34 |
| Octal | 323 | 211 | 64 | 0 | 43 | 113 | 21 | 40 | 100 | 64 |
| Binary | 11010011 | 10001001 | 110100 | 0 | 100011 | 1001011 | 10001 | 100000 | 1000000 | 110100 |
Color Harmonies of #D38934
Complementary color
Monochromatic Colors of #D38934
Black with #D38934
Text Example
Text Example
White with #D38934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38934; }
p { color: rgb(211,137,52); }
H1.HeaderClassName
{
color: #D38934;
}
.AnyTagClassName
{
color: #D38934;
}
</style>
background-color css
<style>
a { background-color: #D38934; }
a { background-color: rgb(211,137,52); }
div.DivClassName
{
background-color: #D38934;
}
.BgClassName
{
background-color: #D38934;
}
</style>
border-color css
<style>
span { border-color: #D38934; }
span { border-color: rgb(211,137,52); }
td.TdClassName
{
border-color: #D38934;
}
.TagClassName
{
border-color: #D38934;
}
</style>