Shades of Dixie #D68731
Tints of Dixie #D68731
RGB
CMYK
RGB Variations
Color information
#D68731 (or 0xD68731) is known color: Dixie. HEX triplet: D6, 87 and 31. RGB value is (214,135,49). Sum of RGB (Red+Green+Blue) = 214+135+49=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68731 is #2978CE. Grayscale: #959595. Windows color (decimal): -2717903 or 3246038. OLE color: 3246038.
HSL color Cylindrical-coordinate representation of color #D68731: hue angle of 31.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D68731 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 49 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.16 |
| HSL | 31.27º | 0.67% | 0.52% | - |
| HSV(B) | 31.27º | 0.77% | 0.84% | - |
| XYZ | 36.95 | 31.85 | 7.11 | - |
| YUV | 148.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 49 | 0 | 0.37 | 0.77 | 0.16 | 31.27 | 0.67 | 0.52 |
| Hex | D6 | 87 | 31 | 0 | 25 | 4D | 10 | 1F | 43 | 34 |
| Octal | 326 | 207 | 61 | 0 | 45 | 115 | 20 | 37 | 103 | 64 |
| Binary | 11010110 | 10000111 | 110001 | 0 | 100101 | 1001101 | 10000 | 11111 | 1000011 | 110100 |
Color Harmonies of #D68731
Complementary color
Monochromatic Colors of #D68731
Black with #D68731
Text Example
Text Example
White with #D68731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68731; }
p { color: rgb(214,135,49); }
H1.HeaderClassName
{
color: #D68731;
}
.AnyTagClassName
{
color: #D68731;
}
</style>
background-color css
<style>
a { background-color: #D68731; }
a { background-color: rgb(214,135,49); }
div.DivClassName
{
background-color: #D68731;
}
.BgClassName
{
background-color: #D68731;
}
</style>
border-color css
<style>
span { border-color: #D68731; }
span { border-color: rgb(214,135,49); }
td.TdClassName
{
border-color: #D68731;
}
.TagClassName
{
border-color: #D68731;
}
</style>