Shades of Dixie #D68828
Tints of Dixie #D68828
RGB
CMYK
RGB Variations
Color information
#D68828 (or 0xD68828) is known color: Dixie. HEX triplet: D6, 88 and 28. RGB value is (214,136,40). Sum of RGB (Red+Green+Blue) = 214+136+40=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D68828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68828 is #2977D7. Grayscale: #949494. Windows color (decimal): -2717656 or 2656470. OLE color: 2656470.
HSL color Cylindrical-coordinate representation of color #D68828: hue angle of 33.1º 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 #D68828 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 40 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.16 |
| HSL | 33.1º | 0.69% | 0.5% | - |
| HSV(B) | 33.1º | 0.81% | 0.84% | - |
| XYZ | 36.92 | 32.06 | 6.25 | - |
| YUV | 148.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 40 | 0 | 0.36 | 0.81 | 0.16 | 33.1 | 0.69 | 0.5 |
| Hex | D6 | 88 | 28 | 0 | 24 | 51 | 10 | 21 | 45 | 32 |
| Octal | 326 | 210 | 50 | 0 | 44 | 121 | 20 | 41 | 105 | 62 |
| Binary | 11010110 | 10001000 | 101000 | 0 | 100100 | 1010001 | 10000 | 100001 | 1000101 | 110010 |
Color Harmonies of #D68828
Complementary color
Monochromatic Colors of #D68828
Black with #D68828
Text Example
Text Example
White with #D68828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68828; }
p { color: rgb(214,136,40); }
H1.HeaderClassName
{
color: #D68828;
}
.AnyTagClassName
{
color: #D68828;
}
</style>
background-color css
<style>
a { background-color: #D68828; }
a { background-color: rgb(214,136,40); }
div.DivClassName
{
background-color: #D68828;
}
.BgClassName
{
background-color: #D68828;
}
</style>
border-color css
<style>
span { border-color: #D68828; }
span { border-color: rgb(214,136,40); }
td.TdClassName
{
border-color: #D68828;
}
.TagClassName
{
border-color: #D68828;
}
</style>