Shades of Dixie #D68425
Tints of Dixie #D68425
RGB
CMYK
RGB Variations
Color information
#D68425 (or 0xD68425) is known color: Dixie. HEX triplet: D6, 84 and 25. RGB value is (214,132,37). Sum of RGB (Red+Green+Blue) = 214+132+37=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68425 is #297BDA. Grayscale: #929292. Windows color (decimal): -2718683 or 2458838. OLE color: 2458838.
HSL color Cylindrical-coordinate representation of color #D68425: hue angle of 32.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D68425 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 37 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.16 |
| HSL | 32.2º | 0.71% | 0.49% | - |
| HSV(B) | 32.2º | 0.83% | 0.84% | - |
| XYZ | 36.32 | 30.93 | 5.81 | - |
| YUV | 145.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 37 | 0 | 0.38 | 0.83 | 0.16 | 32.2 | 0.71 | 0.49 |
| Hex | D6 | 84 | 25 | 0 | 26 | 53 | 10 | 20 | 47 | 31 |
| Octal | 326 | 204 | 45 | 0 | 46 | 123 | 20 | 40 | 107 | 61 |
| Binary | 11010110 | 10000100 | 100101 | 0 | 100110 | 1010011 | 10000 | 100000 | 1000111 | 110001 |
Color Harmonies of #D68425
Complementary color
Monochromatic Colors of #D68425
Black with #D68425
Text Example
Text Example
White with #D68425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68425; }
p { color: rgb(214,132,37); }
H1.HeaderClassName
{
color: #D68425;
}
.AnyTagClassName
{
color: #D68425;
}
</style>
background-color css
<style>
a { background-color: #D68425; }
a { background-color: rgb(214,132,37); }
div.DivClassName
{
background-color: #D68425;
}
.BgClassName
{
background-color: #D68425;
}
</style>
border-color css
<style>
span { border-color: #D68425; }
span { border-color: rgb(214,132,37); }
td.TdClassName
{
border-color: #D68425;
}
.TagClassName
{
border-color: #D68425;
}
</style>