Shades of Dixie #D68529
Tints of Dixie #D68529
RGB
CMYK
RGB Variations
Color information
#D68529 (or 0xD68529) is known color: Dixie. HEX triplet: D6, 85 and 29. RGB value is (214,133,41). Sum of RGB (Red+Green+Blue) = 214+133+41=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D68529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68529 is #297AD6. Grayscale: #939393. Windows color (decimal): -2718423 or 2721238. OLE color: 2721238.
HSL color Cylindrical-coordinate representation of color #D68529: hue angle of 31.91º degrees, saturation: 0.68, 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 #D68529 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 41 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.16 |
| HSL | 31.91º | 0.68% | 0.5% | - |
| HSV(B) | 31.91º | 0.81% | 0.84% | - |
| XYZ | 36.52 | 31.23 | 6.2 | - |
| YUV | 146.73 | 68.34 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 41 | 0 | 0.38 | 0.81 | 0.16 | 31.91 | 0.68 | 0.5 |
| Hex | D6 | 85 | 29 | 0 | 26 | 51 | 10 | 20 | 44 | 32 |
| Octal | 326 | 205 | 51 | 0 | 46 | 121 | 20 | 40 | 104 | 62 |
| Binary | 11010110 | 10000101 | 101001 | 0 | 100110 | 1010001 | 10000 | 100000 | 1000100 | 110010 |
Color Harmonies of #D68529
Complementary color
Monochromatic Colors of #D68529
Black with #D68529
Text Example
Text Example
White with #D68529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68529; }
p { color: rgb(214,133,41); }
H1.HeaderClassName
{
color: #D68529;
}
.AnyTagClassName
{
color: #D68529;
}
</style>
background-color css
<style>
a { background-color: #D68529; }
a { background-color: rgb(214,133,41); }
div.DivClassName
{
background-color: #D68529;
}
.BgClassName
{
background-color: #D68529;
}
</style>
border-color css
<style>
span { border-color: #D68529; }
span { border-color: rgb(214,133,41); }
td.TdClassName
{
border-color: #D68529;
}
.TagClassName
{
border-color: #D68529;
}
</style>