Shades of Dixie #D68535
Tints of Dixie #D68535
RGB
CMYK
RGB Variations
Color information
#D68535 (or 0xD68535) is known color: Dixie. HEX triplet: D6, 85 and 35. RGB value is (214,133,53). Sum of RGB (Red+Green+Blue) = 214+133+53=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68535 is #297ACA. Grayscale: #949494. Windows color (decimal): -2718411 or 3507670. OLE color: 3507670.
HSL color Cylindrical-coordinate representation of color #D68535: hue angle of 29.81º 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 #D68535 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 53 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.16 |
| HSL | 29.81º | 0.66% | 0.52% | - |
| HSV(B) | 29.81º | 0.75% | 0.84% | - |
| XYZ | 36.76 | 31.33 | 7.48 | - |
| YUV | 148.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 53 | 0 | 0.38 | 0.75 | 0.16 | 29.81 | 0.66 | 0.52 |
| Hex | D6 | 85 | 35 | 0 | 26 | 4B | 10 | 1E | 42 | 34 |
| Octal | 326 | 205 | 65 | 0 | 46 | 113 | 20 | 36 | 102 | 64 |
| Binary | 11010110 | 10000101 | 110101 | 0 | 100110 | 1001011 | 10000 | 11110 | 1000010 | 110100 |
Color Harmonies of #D68535
Complementary color
Monochromatic Colors of #D68535
Black with #D68535
Text Example
Text Example
White with #D68535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68535; }
p { color: rgb(214,133,53); }
H1.HeaderClassName
{
color: #D68535;
}
.AnyTagClassName
{
color: #D68535;
}
</style>
background-color css
<style>
a { background-color: #D68535; }
a { background-color: rgb(214,133,53); }
div.DivClassName
{
background-color: #D68535;
}
.BgClassName
{
background-color: #D68535;
}
</style>
border-color css
<style>
span { border-color: #D68535; }
span { border-color: rgb(214,133,53); }
td.TdClassName
{
border-color: #D68535;
}
.TagClassName
{
border-color: #D68535;
}
</style>