Shades of Dixie #D5822F
Tints of Dixie #D5822F
RGB
CMYK
RGB Variations
Color information
#D5822F (or 0xD5822F) is known color: Dixie. HEX triplet: D5, 82 and 2F. RGB value is (213,130,47). Sum of RGB (Red+Green+Blue) = 213+130+47=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5822F is #2A7DD0. Grayscale: #919191. Windows color (decimal): -2784721 or 3113685. OLE color: 3113685.
HSL color Cylindrical-coordinate representation of color #D5822F: hue angle of 30º degrees, saturation: 0.66, 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 #D5822F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 47 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.16 |
| HSL | 30º | 0.66% | 0.51% | - |
| HSV(B) | 30º | 0.78% | 0.84% | - |
| XYZ | 35.94 | 30.32 | 6.65 | - |
| YUV | 145.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 47 | 0 | 0.39 | 0.78 | 0.16 | 30 | 0.66 | 0.51 |
| Hex | D5 | 82 | 2F | 0 | 27 | 4E | 10 | 1E | 42 | 33 |
| Octal | 325 | 202 | 57 | 0 | 47 | 116 | 20 | 36 | 102 | 63 |
| Binary | 11010101 | 10000010 | 101111 | 0 | 100111 | 1001110 | 10000 | 11110 | 1000010 | 110011 |
Color Harmonies of #D5822F
Complementary color
Monochromatic Colors of #D5822F
Black with #D5822F
Text Example
Text Example
White with #D5822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5822F; }
p { color: rgb(213,130,47); }
H1.HeaderClassName
{
color: #D5822F;
}
.AnyTagClassName
{
color: #D5822F;
}
</style>
background-color css
<style>
a { background-color: #D5822F; }
a { background-color: rgb(213,130,47); }
div.DivClassName
{
background-color: #D5822F;
}
.BgClassName
{
background-color: #D5822F;
}
</style>
border-color css
<style>
span { border-color: #D5822F; }
span { border-color: rgb(213,130,47); }
td.TdClassName
{
border-color: #D5822F;
}
.TagClassName
{
border-color: #D5822F;
}
</style>