Shades of Dixie #D98433
Tints of Dixie #D98433
RGB
CMYK
RGB Variations
Color information
#D98433 (or 0xD98433) is known color: Dixie. HEX triplet: D9, 84 and 33. RGB value is (217,132,51). Sum of RGB (Red+Green+Blue) = 217+132+51=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D98433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98433 is #267BCC. Grayscale: #949494. Windows color (decimal): -2522061 or 3376345. OLE color: 3376345.
HSL color Cylindrical-coordinate representation of color #D98433: hue angle of 29.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98433 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 51 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.15 |
| HSL | 29.28º | 0.69% | 0.53% | - |
| HSV(B) | 29.28º | 0.76% | 0.85% | - |
| XYZ | 37.46 | 31.49 | 7.24 | - |
| YUV | 148.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 51 | 0 | 0.39 | 0.76 | 0.15 | 29.28 | 0.69 | 0.53 |
| Hex | D9 | 84 | 33 | 0 | 27 | 4C | F | 1D | 45 | 35 |
| Octal | 331 | 204 | 63 | 0 | 47 | 114 | 17 | 35 | 105 | 65 |
| Binary | 11011001 | 10000100 | 110011 | 0 | 100111 | 1001100 | 1111 | 11101 | 1000101 | 110101 |
Color Harmonies of #D98433
Complementary color
Monochromatic Colors of #D98433
Black with #D98433
Text Example
Text Example
White with #D98433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98433; }
p { color: rgb(217,132,51); }
H1.HeaderClassName
{
color: #D98433;
}
.AnyTagClassName
{
color: #D98433;
}
</style>
background-color css
<style>
a { background-color: #D98433; }
a { background-color: rgb(217,132,51); }
div.DivClassName
{
background-color: #D98433;
}
.BgClassName
{
background-color: #D98433;
}
</style>
border-color css
<style>
span { border-color: #D98433; }
span { border-color: rgb(217,132,51); }
td.TdClassName
{
border-color: #D98433;
}
.TagClassName
{
border-color: #D98433;
}
</style>