Shades of Dixie #D68728
Tints of Dixie #D68728
RGB
CMYK
RGB Variations
Color information
#D68728 (or 0xD68728) is known color: Dixie. HEX triplet: D6, 87 and 28. RGB value is (214,135,40). Sum of RGB (Red+Green+Blue) = 214+135+40=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D68728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68728 is #2978D7. Grayscale: #949494. Windows color (decimal): -2717912 or 2656214. OLE color: 2656214.
HSL color Cylindrical-coordinate representation of color #D68728: hue angle of 32.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68728 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 40 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.16 |
| HSL | 32.76º | 0.69% | 0.5% | - |
| HSV(B) | 32.76º | 0.81% | 0.84% | - |
| XYZ | 36.78 | 31.78 | 6.2 | - |
| YUV | 147.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 40 | 0 | 0.37 | 0.81 | 0.16 | 32.76 | 0.69 | 0.5 |
| Hex | D6 | 87 | 28 | 0 | 25 | 51 | 10 | 21 | 45 | 32 |
| Octal | 326 | 207 | 50 | 0 | 45 | 121 | 20 | 41 | 105 | 62 |
| Binary | 11010110 | 10000111 | 101000 | 0 | 100101 | 1010001 | 10000 | 100001 | 1000101 | 110010 |
Color Harmonies of #D68728
Complementary color
Monochromatic Colors of #D68728
Black with #D68728
Text Example
Text Example
White with #D68728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68728; }
p { color: rgb(214,135,40); }
H1.HeaderClassName
{
color: #D68728;
}
.AnyTagClassName
{
color: #D68728;
}
</style>
background-color css
<style>
a { background-color: #D68728; }
a { background-color: rgb(214,135,40); }
div.DivClassName
{
background-color: #D68728;
}
.BgClassName
{
background-color: #D68728;
}
</style>
border-color css
<style>
span { border-color: #D68728; }
span { border-color: rgb(214,135,40); }
td.TdClassName
{
border-color: #D68728;
}
.TagClassName
{
border-color: #D68728;
}
</style>