Shades of Dixie #D68435
Tints of Dixie #D68435
RGB
CMYK
RGB Variations
Color information
#D68435 (or 0xD68435) is known color: Dixie. HEX triplet: D6, 84 and 35. RGB value is (214,132,53). Sum of RGB (Red+Green+Blue) = 214+132+53=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68435 is #297BCA. Grayscale: #939393. Windows color (decimal): -2718667 or 3507414. OLE color: 3507414.
HSL color Cylindrical-coordinate representation of color #D68435: hue angle of 29.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68435 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 53 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.16 |
| HSL | 29.44º | 0.66% | 0.52% | - |
| HSV(B) | 29.44º | 0.75% | 0.84% | - |
| XYZ | 36.63 | 31.06 | 7.43 | - |
| YUV | 147.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 53 | 0 | 0.38 | 0.75 | 0.16 | 29.44 | 0.66 | 0.52 |
| Hex | D6 | 84 | 35 | 0 | 26 | 4B | 10 | 1D | 42 | 34 |
| Octal | 326 | 204 | 65 | 0 | 46 | 113 | 20 | 35 | 102 | 64 |
| Binary | 11010110 | 10000100 | 110101 | 0 | 100110 | 1001011 | 10000 | 11101 | 1000010 | 110100 |
Color Harmonies of #D68435
Complementary color
Monochromatic Colors of #D68435
Black with #D68435
Text Example
Text Example
White with #D68435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68435; }
p { color: rgb(214,132,53); }
H1.HeaderClassName
{
color: #D68435;
}
.AnyTagClassName
{
color: #D68435;
}
</style>
background-color css
<style>
a { background-color: #D68435; }
a { background-color: rgb(214,132,53); }
div.DivClassName
{
background-color: #D68435;
}
.BgClassName
{
background-color: #D68435;
}
</style>
border-color css
<style>
span { border-color: #D68435; }
span { border-color: rgb(214,132,53); }
td.TdClassName
{
border-color: #D68435;
}
.TagClassName
{
border-color: #D68435;
}
</style>