Shades of Dixie #D28027
Tints of Dixie #D28027
RGB
CMYK
RGB Variations
Color information
#D28027 (or 0xD28027) is known color: Dixie. HEX triplet: D2, 80 and 27. RGB value is (210,128,39). Sum of RGB (Red+Green+Blue) = 210+128+39=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28027 is #2D7FD8. Grayscale: #8E8E8E. Windows color (decimal): -2981849 or 2588882. OLE color: 2588882.
HSL color Cylindrical-coordinate representation of color #D28027: hue angle of 31.23º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D28027 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 39 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.18 |
| HSL | 31.23º | 0.69% | 0.49% | - |
| HSV(B) | 31.23º | 0.81% | 0.82% | - |
| XYZ | 34.66 | 29.29 | 5.75 | - |
| YUV | 142.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 39 | 0 | 0.39 | 0.81 | 0.18 | 31.23 | 0.69 | 0.49 |
| Hex | D2 | 80 | 27 | 0 | 27 | 51 | 12 | 1F | 45 | 31 |
| Octal | 322 | 200 | 47 | 0 | 47 | 121 | 22 | 37 | 105 | 61 |
| Binary | 11010010 | 10000000 | 100111 | 0 | 100111 | 1010001 | 10010 | 11111 | 1000101 | 110001 |
Color Harmonies of #D28027
Complementary color
Monochromatic Colors of #D28027
Black with #D28027
Text Example
Text Example
White with #D28027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28027; }
p { color: rgb(210,128,39); }
H1.HeaderClassName
{
color: #D28027;
}
.AnyTagClassName
{
color: #D28027;
}
</style>
background-color css
<style>
a { background-color: #D28027; }
a { background-color: rgb(210,128,39); }
div.DivClassName
{
background-color: #D28027;
}
.BgClassName
{
background-color: #D28027;
}
</style>
border-color css
<style>
span { border-color: #D28027; }
span { border-color: rgb(210,128,39); }
td.TdClassName
{
border-color: #D28027;
}
.TagClassName
{
border-color: #D28027;
}
</style>