Shades of Dixie #D68128
Tints of Dixie #D68128
RGB
CMYK
RGB Variations
Color information
#D68128 (or 0xD68128) is known color: Dixie. HEX triplet: D6, 81 and 28. RGB value is (214,129,40). Sum of RGB (Red+Green+Blue) = 214+129+40=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68128 is #297ED7. Grayscale: #909090. Windows color (decimal): -2719448 or 2654678. OLE color: 2654678.
HSL color Cylindrical-coordinate representation of color #D68128: hue angle of 30.69º degrees, saturation: 0.69, 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 #D68128 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 40 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.16 |
| HSL | 30.69º | 0.69% | 0.5% | - |
| HSV(B) | 30.69º | 0.81% | 0.84% | - |
| XYZ | 35.96 | 30.15 | 5.93 | - |
| YUV | 144.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 40 | 0 | 0.40 | 0.81 | 0.16 | 30.69 | 0.69 | 0.5 |
| Hex | D6 | 81 | 28 | 0 | 28 | 51 | 10 | 1F | 45 | 32 |
| Octal | 326 | 201 | 50 | 0 | 50 | 121 | 20 | 37 | 105 | 62 |
| Binary | 11010110 | 10000001 | 101000 | 0 | 101000 | 1010001 | 10000 | 11111 | 1000101 | 110010 |
Color Harmonies of #D68128
Complementary color
Monochromatic Colors of #D68128
Black with #D68128
Text Example
Text Example
White with #D68128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68128; }
p { color: rgb(214,129,40); }
H1.HeaderClassName
{
color: #D68128;
}
.AnyTagClassName
{
color: #D68128;
}
</style>
background-color css
<style>
a { background-color: #D68128; }
a { background-color: rgb(214,129,40); }
div.DivClassName
{
background-color: #D68128;
}
.BgClassName
{
background-color: #D68128;
}
</style>
border-color css
<style>
span { border-color: #D68128; }
span { border-color: rgb(214,129,40); }
td.TdClassName
{
border-color: #D68128;
}
.TagClassName
{
border-color: #D68128;
}
</style>