Shades of Dixie #D4822D
Tints of Dixie #D4822D
RGB
CMYK
RGB Variations
Color information
#D4822D (or 0xD4822D) is known color: Dixie. HEX triplet: D4, 82 and 2D. RGB value is (212,130,45). Sum of RGB (Red+Green+Blue) = 212+130+45=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4822D is #2B7DD2. Grayscale: #919191. Windows color (decimal): -2850259 or 2982612. OLE color: 2982612.
HSL color Cylindrical-coordinate representation of color #D4822D: hue angle of 30.54º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4822D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 45 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.17 |
| HSL | 30.54º | 0.66% | 0.5% | - |
| HSV(B) | 30.54º | 0.79% | 0.83% | - |
| XYZ | 35.61 | 30.15 | 6.43 | - |
| YUV | 144.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 45 | 0 | 0.39 | 0.79 | 0.17 | 30.54 | 0.66 | 0.5 |
| Hex | D4 | 82 | 2D | 0 | 27 | 4F | 11 | 1F | 42 | 32 |
| Octal | 324 | 202 | 55 | 0 | 47 | 117 | 21 | 37 | 102 | 62 |
| Binary | 11010100 | 10000010 | 101101 | 0 | 100111 | 1001111 | 10001 | 11111 | 1000010 | 110010 |
Color Harmonies of #D4822D
Complementary color
Monochromatic Colors of #D4822D
Black with #D4822D
Text Example
Text Example
White with #D4822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4822D; }
p { color: rgb(212,130,45); }
H1.HeaderClassName
{
color: #D4822D;
}
.AnyTagClassName
{
color: #D4822D;
}
</style>
background-color css
<style>
a { background-color: #D4822D; }
a { background-color: rgb(212,130,45); }
div.DivClassName
{
background-color: #D4822D;
}
.BgClassName
{
background-color: #D4822D;
}
</style>
border-color css
<style>
span { border-color: #D4822D; }
span { border-color: rgb(212,130,45); }
td.TdClassName
{
border-color: #D4822D;
}
.TagClassName
{
border-color: #D4822D;
}
</style>