Shades of Dixie #D68736
Tints of Dixie #D68736
RGB
CMYK
RGB Variations
Color information
#D68736 (or 0xD68736) is known color: Dixie. HEX triplet: D6, 87 and 36. RGB value is (214,135,54). Sum of RGB (Red+Green+Blue) = 214+135+54=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68736 is #2978C9. Grayscale: #959595. Windows color (decimal): -2717898 or 3573718. OLE color: 3573718.
HSL color Cylindrical-coordinate representation of color #D68736: hue angle of 30.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68736 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 54 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.16 |
| HSL | 30.38º | 0.66% | 0.53% | - |
| HSV(B) | 30.38º | 0.75% | 0.84% | - |
| XYZ | 37.06 | 31.89 | 7.69 | - |
| YUV | 149.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 54 | 0 | 0.37 | 0.75 | 0.16 | 30.38 | 0.66 | 0.53 |
| Hex | D6 | 87 | 36 | 0 | 25 | 4B | 10 | 1E | 42 | 35 |
| Octal | 326 | 207 | 66 | 0 | 45 | 113 | 20 | 36 | 102 | 65 |
| Binary | 11010110 | 10000111 | 110110 | 0 | 100101 | 1001011 | 10000 | 11110 | 1000010 | 110101 |
Color Harmonies of #D68736
Complementary color
Monochromatic Colors of #D68736
Black with #D68736
Text Example
Text Example
White with #D68736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68736; }
p { color: rgb(214,135,54); }
H1.HeaderClassName
{
color: #D68736;
}
.AnyTagClassName
{
color: #D68736;
}
</style>
background-color css
<style>
a { background-color: #D68736; }
a { background-color: rgb(214,135,54); }
div.DivClassName
{
background-color: #D68736;
}
.BgClassName
{
background-color: #D68736;
}
</style>
border-color css
<style>
span { border-color: #D68736; }
span { border-color: rgb(214,135,54); }
td.TdClassName
{
border-color: #D68736;
}
.TagClassName
{
border-color: #D68736;
}
</style>