Shades of Dixie #D38737
Tints of Dixie #D38737
RGB
CMYK
RGB Variations
Color information
#D38737 (or 0xD38737) is known color: Dixie. HEX triplet: D3, 87 and 37. RGB value is (211,135,55). Sum of RGB (Red+Green+Blue) = 211+135+55=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D38737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38737 is #2C78C8. Grayscale: #959595. Windows color (decimal): -2914505 or 3639251. OLE color: 3639251.
HSL color Cylindrical-coordinate representation of color #D38737: hue angle of 30.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D38737 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 55 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.17 |
| HSL | 30.77º | 0.64% | 0.52% | - |
| HSV(B) | 30.77º | 0.74% | 0.83% | - |
| XYZ | 36.22 | 31.45 | 7.78 | - |
| YUV | 148.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 55 | 0 | 0.36 | 0.74 | 0.17 | 30.77 | 0.64 | 0.52 |
| Hex | D3 | 87 | 37 | 0 | 24 | 4A | 11 | 1F | 40 | 34 |
| Octal | 323 | 207 | 67 | 0 | 44 | 112 | 21 | 37 | 100 | 64 |
| Binary | 11010011 | 10000111 | 110111 | 0 | 100100 | 1001010 | 10001 | 11111 | 1000000 | 110100 |
Color Harmonies of #D38737
Complementary color
Monochromatic Colors of #D38737
Black with #D38737
Text Example
Text Example
White with #D38737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38737; }
p { color: rgb(211,135,55); }
H1.HeaderClassName
{
color: #D38737;
}
.AnyTagClassName
{
color: #D38737;
}
</style>
background-color css
<style>
a { background-color: #D38737; }
a { background-color: rgb(211,135,55); }
div.DivClassName
{
background-color: #D38737;
}
.BgClassName
{
background-color: #D38737;
}
</style>
border-color css
<style>
span { border-color: #D38737; }
span { border-color: rgb(211,135,55); }
td.TdClassName
{
border-color: #D38737;
}
.TagClassName
{
border-color: #D38737;
}
</style>