Shades of Dixie #D68436
Tints of Dixie #D68436
RGB
CMYK
RGB Variations
Color information
#D68436 (or 0xD68436) is known color: Dixie. HEX triplet: D6, 84 and 36. RGB value is (214,132,54). Sum of RGB (Red+Green+Blue) = 214+132+54=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68436 is #297BC9. Grayscale: #949494. Windows color (decimal): -2718666 or 3572950. OLE color: 3572950.
HSL color Cylindrical-coordinate representation of color #D68436: hue angle of 29.25º 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 #D68436 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 54 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.16 |
| HSL | 29.25º | 0.66% | 0.53% | - |
| HSV(B) | 29.25º | 0.75% | 0.84% | - |
| XYZ | 36.65 | 31.07 | 7.55 | - |
| YUV | 147.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 54 | 0 | 0.38 | 0.75 | 0.16 | 29.25 | 0.66 | 0.53 |
| Hex | D6 | 84 | 36 | 0 | 26 | 4B | 10 | 1D | 42 | 35 |
| Octal | 326 | 204 | 66 | 0 | 46 | 113 | 20 | 35 | 102 | 65 |
| Binary | 11010110 | 10000100 | 110110 | 0 | 100110 | 1001011 | 10000 | 11101 | 1000010 | 110101 |
Color Harmonies of #D68436
Complementary color
Monochromatic Colors of #D68436
Black with #D68436
Text Example
Text Example
White with #D68436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68436; }
p { color: rgb(214,132,54); }
H1.HeaderClassName
{
color: #D68436;
}
.AnyTagClassName
{
color: #D68436;
}
</style>
background-color css
<style>
a { background-color: #D68436; }
a { background-color: rgb(214,132,54); }
div.DivClassName
{
background-color: #D68436;
}
.BgClassName
{
background-color: #D68436;
}
</style>
border-color css
<style>
span { border-color: #D68436; }
span { border-color: rgb(214,132,54); }
td.TdClassName
{
border-color: #D68436;
}
.TagClassName
{
border-color: #D68436;
}
</style>