Shades of Dixie #D38728
Tints of Dixie #D38728
RGB
CMYK
RGB Variations
Color information
#D38728 (or 0xD38728) is known color: Dixie. HEX triplet: D3, 87 and 28. RGB value is (211,135,40). Sum of RGB (Red+Green+Blue) = 211+135+40=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D38728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38728 is #2C78D7. Grayscale: #939393. Windows color (decimal): -2914520 or 2656211. OLE color: 2656211.
HSL color Cylindrical-coordinate representation of color #D38728: hue angle of 33.33º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D38728 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 40 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.17 |
| HSL | 33.33º | 0.68% | 0.49% | - |
| HSV(B) | 33.33º | 0.81% | 0.83% | - |
| XYZ | 35.91 | 31.33 | 6.16 | - |
| YUV | 146.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 40 | 0 | 0.36 | 0.81 | 0.17 | 33.33 | 0.68 | 0.49 |
| Hex | D3 | 87 | 28 | 0 | 24 | 51 | 11 | 21 | 44 | 31 |
| Octal | 323 | 207 | 50 | 0 | 44 | 121 | 21 | 41 | 104 | 61 |
| Binary | 11010011 | 10000111 | 101000 | 0 | 100100 | 1010001 | 10001 | 100001 | 1000100 | 110001 |
Color Harmonies of #D38728
Complementary color
Monochromatic Colors of #D38728
Black with #D38728
Text Example
Text Example
White with #D38728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38728; }
p { color: rgb(211,135,40); }
H1.HeaderClassName
{
color: #D38728;
}
.AnyTagClassName
{
color: #D38728;
}
</style>
background-color css
<style>
a { background-color: #D38728; }
a { background-color: rgb(211,135,40); }
div.DivClassName
{
background-color: #D38728;
}
.BgClassName
{
background-color: #D38728;
}
</style>
border-color css
<style>
span { border-color: #D38728; }
span { border-color: rgb(211,135,40); }
td.TdClassName
{
border-color: #D38728;
}
.TagClassName
{
border-color: #D38728;
}
</style>