Shades of Dixie #D38229
Tints of Dixie #D38229
RGB
CMYK
RGB Variations
Color information
#D38229 (or 0xD38229) is known color: Dixie. HEX triplet: D3, 82 and 29. RGB value is (211,130,41). Sum of RGB (Red+Green+Blue) = 211+130+41=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D38229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38229 is #2C7DD6. Grayscale: #909090. Windows color (decimal): -2915799 or 2720467. OLE color: 2720467.
HSL color Cylindrical-coordinate representation of color #D38229: hue angle of 31.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D38229 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 41 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.17 |
| HSL | 31.41º | 0.67% | 0.49% | - |
| HSV(B) | 31.41º | 0.81% | 0.83% | - |
| XYZ | 35.25 | 29.97 | 6.03 | - |
| YUV | 144.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 41 | 0 | 0.38 | 0.81 | 0.17 | 31.41 | 0.67 | 0.49 |
| Hex | D3 | 82 | 29 | 0 | 26 | 51 | 11 | 1F | 43 | 31 |
| Octal | 323 | 202 | 51 | 0 | 46 | 121 | 21 | 37 | 103 | 61 |
| Binary | 11010011 | 10000010 | 101001 | 0 | 100110 | 1010001 | 10001 | 11111 | 1000011 | 110001 |
Color Harmonies of #D38229
Complementary color
Monochromatic Colors of #D38229
Black with #D38229
Text Example
Text Example
White with #D38229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38229; }
p { color: rgb(211,130,41); }
H1.HeaderClassName
{
color: #D38229;
}
.AnyTagClassName
{
color: #D38229;
}
</style>
background-color css
<style>
a { background-color: #D38229; }
a { background-color: rgb(211,130,41); }
div.DivClassName
{
background-color: #D38229;
}
.BgClassName
{
background-color: #D38229;
}
</style>
border-color css
<style>
span { border-color: #D38229; }
span { border-color: rgb(211,130,41); }
td.TdClassName
{
border-color: #D38229;
}
.TagClassName
{
border-color: #D38229;
}
</style>