Shades of Dixie #D68530
Tints of Dixie #D68530
RGB
CMYK
RGB Variations
Color information
#D68530 (or 0xD68530) is known color: Dixie. HEX triplet: D6, 85 and 30. RGB value is (214,133,48). Sum of RGB (Red+Green+Blue) = 214+133+48=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D68530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68530 is #297ACF. Grayscale: #939393. Windows color (decimal): -2718416 or 3179990. OLE color: 3179990.
HSL color Cylindrical-coordinate representation of color #D68530: hue angle of 30.72º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68530 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 48 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.16 |
| HSL | 30.72º | 0.67% | 0.51% | - |
| HSV(B) | 30.72º | 0.78% | 0.84% | - |
| XYZ | 36.65 | 31.28 | 6.9 | - |
| YUV | 147.53 | 71.84 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 48 | 0 | 0.38 | 0.78 | 0.16 | 30.72 | 0.67 | 0.51 |
| Hex | D6 | 85 | 30 | 0 | 26 | 4E | 10 | 1F | 43 | 33 |
| Octal | 326 | 205 | 60 | 0 | 46 | 116 | 20 | 37 | 103 | 63 |
| Binary | 11010110 | 10000101 | 110000 | 0 | 100110 | 1001110 | 10000 | 11111 | 1000011 | 110011 |
Color Harmonies of #D68530
Complementary color
Monochromatic Colors of #D68530
Black with #D68530
Text Example
Text Example
White with #D68530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68530; }
p { color: rgb(214,133,48); }
H1.HeaderClassName
{
color: #D68530;
}
.AnyTagClassName
{
color: #D68530;
}
</style>
background-color css
<style>
a { background-color: #D68530; }
a { background-color: rgb(214,133,48); }
div.DivClassName
{
background-color: #D68530;
}
.BgClassName
{
background-color: #D68530;
}
</style>
border-color css
<style>
span { border-color: #D68530; }
span { border-color: rgb(214,133,48); }
td.TdClassName
{
border-color: #D68530;
}
.TagClassName
{
border-color: #D68530;
}
</style>