Shades of Dixie #D4822C
Tints of Dixie #D4822C
RGB
CMYK
RGB Variations
Color information
#D4822C (or 0xD4822C) is known color: Dixie. HEX triplet: D4, 82 and 2C. RGB value is (212,130,44). Sum of RGB (Red+Green+Blue) = 212+130+44=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4822C is #2B7DD3. Grayscale: #919191. Windows color (decimal): -2850260 or 2917076. OLE color: 2917076.
HSL color Cylindrical-coordinate representation of color #D4822C: hue angle of 30.71º 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 #D4822C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 44 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.17 |
| HSL | 30.71º | 0.66% | 0.5% | - |
| HSV(B) | 30.71º | 0.79% | 0.83% | - |
| XYZ | 35.59 | 30.14 | 6.33 | - |
| YUV | 144.71 | 71.17 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 44 | 0 | 0.39 | 0.79 | 0.17 | 30.71 | 0.66 | 0.5 |
| Hex | D4 | 82 | 2C | 0 | 27 | 4F | 11 | 1F | 42 | 32 |
| Octal | 324 | 202 | 54 | 0 | 47 | 117 | 21 | 37 | 102 | 62 |
| Binary | 11010100 | 10000010 | 101100 | 0 | 100111 | 1001111 | 10001 | 11111 | 1000010 | 110010 |
Color Harmonies of #D4822C
Complementary color
Monochromatic Colors of #D4822C
Black with #D4822C
Text Example
Text Example
White with #D4822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4822C; }
p { color: rgb(212,130,44); }
H1.HeaderClassName
{
color: #D4822C;
}
.AnyTagClassName
{
color: #D4822C;
}
</style>
background-color css
<style>
a { background-color: #D4822C; }
a { background-color: rgb(212,130,44); }
div.DivClassName
{
background-color: #D4822C;
}
.BgClassName
{
background-color: #D4822C;
}
</style>
border-color css
<style>
span { border-color: #D4822C; }
span { border-color: rgb(212,130,44); }
td.TdClassName
{
border-color: #D4822C;
}
.TagClassName
{
border-color: #D4822C;
}
</style>