Shades of Dixie #D58627
Tints of Dixie #D58627
RGB
CMYK
RGB Variations
Color information
#D58627 (or 0xD58627) is known color: Dixie. HEX triplet: D5, 86 and 27. RGB value is (213,134,39). Sum of RGB (Red+Green+Blue) = 213+134+39=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D58627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58627 is #2A79D8. Grayscale: #939393. Windows color (decimal): -2783705 or 2590421. OLE color: 2590421.
HSL color Cylindrical-coordinate representation of color #D58627: hue angle of 32.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D58627 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 39 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.16 |
| HSL | 32.76º | 0.69% | 0.49% | - |
| HSV(B) | 32.76º | 0.82% | 0.84% | - |
| XYZ | 36.33 | 31.34 | 6.05 | - |
| YUV | 146.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 39 | 0 | 0.37 | 0.82 | 0.16 | 32.76 | 0.69 | 0.49 |
| Hex | D5 | 86 | 27 | 0 | 25 | 52 | 10 | 21 | 45 | 31 |
| Octal | 325 | 206 | 47 | 0 | 45 | 122 | 20 | 41 | 105 | 61 |
| Binary | 11010101 | 10000110 | 100111 | 0 | 100101 | 1010010 | 10000 | 100001 | 1000101 | 110001 |
Color Harmonies of #D58627
Complementary color
Monochromatic Colors of #D58627
Black with #D58627
Text Example
Text Example
White with #D58627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58627; }
p { color: rgb(213,134,39); }
H1.HeaderClassName
{
color: #D58627;
}
.AnyTagClassName
{
color: #D58627;
}
</style>
background-color css
<style>
a { background-color: #D58627; }
a { background-color: rgb(213,134,39); }
div.DivClassName
{
background-color: #D58627;
}
.BgClassName
{
background-color: #D58627;
}
</style>
border-color css
<style>
span { border-color: #D58627; }
span { border-color: rgb(213,134,39); }
td.TdClassName
{
border-color: #D58627;
}
.TagClassName
{
border-color: #D58627;
}
</style>