Shades of Dixie #D68127
Tints of Dixie #D68127
RGB
CMYK
RGB Variations
Color information
#D68127 (or 0xD68127) is known color: Dixie. HEX triplet: D6, 81 and 27. RGB value is (214,129,39). Sum of RGB (Red+Green+Blue) = 214+129+39=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68127 is #297ED8. Grayscale: #909090. Windows color (decimal): -2719449 or 2589142. OLE color: 2589142.
HSL color Cylindrical-coordinate representation of color #D68127: hue angle of 30.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D68127 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 39 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.16 |
| HSL | 30.86º | 0.69% | 0.5% | - |
| HSV(B) | 30.86º | 0.82% | 0.84% | - |
| XYZ | 35.95 | 30.14 | 5.84 | - |
| YUV | 144.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 39 | 0 | 0.40 | 0.82 | 0.16 | 30.86 | 0.69 | 0.5 |
| Hex | D6 | 81 | 27 | 0 | 28 | 52 | 10 | 1F | 45 | 32 |
| Octal | 326 | 201 | 47 | 0 | 50 | 122 | 20 | 37 | 105 | 62 |
| Binary | 11010110 | 10000001 | 100111 | 0 | 101000 | 1010010 | 10000 | 11111 | 1000101 | 110010 |
Color Harmonies of #D68127
Complementary color
Monochromatic Colors of #D68127
Black with #D68127
Text Example
Text Example
White with #D68127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68127; }
p { color: rgb(214,129,39); }
H1.HeaderClassName
{
color: #D68127;
}
.AnyTagClassName
{
color: #D68127;
}
</style>
background-color css
<style>
a { background-color: #D68127; }
a { background-color: rgb(214,129,39); }
div.DivClassName
{
background-color: #D68127;
}
.BgClassName
{
background-color: #D68127;
}
</style>
border-color css
<style>
span { border-color: #D68127; }
span { border-color: rgb(214,129,39); }
td.TdClassName
{
border-color: #D68127;
}
.TagClassName
{
border-color: #D68127;
}
</style>