Shades of Dixie #D68629
Tints of Dixie #D68629
RGB
CMYK
RGB Variations
Color information
#D68629 (or 0xD68629) is known color: Dixie. HEX triplet: D6, 86 and 29. RGB value is (214,134,41). Sum of RGB (Red+Green+Blue) = 214+134+41=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D68629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68629 is #2979D6. Grayscale: #939393. Windows color (decimal): -2718167 or 2721494. OLE color: 2721494.
HSL color Cylindrical-coordinate representation of color #D68629: hue angle of 32.25º 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 #D68629 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 41 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.16 |
| HSL | 32.25º | 0.68% | 0.5% | - |
| HSV(B) | 32.25º | 0.81% | 0.84% | - |
| XYZ | 36.66 | 31.51 | 6.25 | - |
| YUV | 147.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 41 | 0 | 0.37 | 0.81 | 0.16 | 32.25 | 0.68 | 0.5 |
| Hex | D6 | 86 | 29 | 0 | 25 | 51 | 10 | 20 | 44 | 32 |
| Octal | 326 | 206 | 51 | 0 | 45 | 121 | 20 | 40 | 104 | 62 |
| Binary | 11010110 | 10000110 | 101001 | 0 | 100101 | 1010001 | 10000 | 100000 | 1000100 | 110010 |
Color Harmonies of #D68629
Complementary color
Monochromatic Colors of #D68629
Black with #D68629
Text Example
Text Example
White with #D68629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68629; }
p { color: rgb(214,134,41); }
H1.HeaderClassName
{
color: #D68629;
}
.AnyTagClassName
{
color: #D68629;
}
</style>
background-color css
<style>
a { background-color: #D68629; }
a { background-color: rgb(214,134,41); }
div.DivClassName
{
background-color: #D68629;
}
.BgClassName
{
background-color: #D68629;
}
</style>
border-color css
<style>
span { border-color: #D68629; }
span { border-color: rgb(214,134,41); }
td.TdClassName
{
border-color: #D68629;
}
.TagClassName
{
border-color: #D68629;
}
</style>