Shades of Dixie #CF8833
Tints of Dixie #CF8833
RGB
CMYK
RGB Variations
Color information
#CF8833 (or 0xCF8833) is known color: Dixie. HEX triplet: CF, 88 and 33. RGB value is (207,136,51). Sum of RGB (Red+Green+Blue) = 207+136+51=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8833 is #3077CC. Grayscale: #939393. Windows color (decimal): -3176397 or 3377359. OLE color: 3377359.
HSL color Cylindrical-coordinate representation of color #CF8833: hue angle of 32.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF8833 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 51 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.19 |
| HSL | 32.69º | 0.62% | 0.51% | - |
| HSV(B) | 32.69º | 0.75% | 0.81% | - |
| XYZ | 35.13 | 31.11 | 7.29 | - |
| YUV | 147.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 51 | 0 | 0.34 | 0.75 | 0.19 | 32.69 | 0.62 | 0.51 |
| Hex | CF | 88 | 33 | 0 | 22 | 4B | 13 | 21 | 3E | 33 |
| Octal | 317 | 210 | 63 | 0 | 42 | 113 | 23 | 41 | 76 | 63 |
| Binary | 11001111 | 10001000 | 110011 | 0 | 100010 | 1001011 | 10011 | 100001 | 111110 | 110011 |
Color Harmonies of #CF8833
Complementary color
Monochromatic Colors of #CF8833
Black with #CF8833
Text Example
Text Example
White with #CF8833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8833; }
p { color: rgb(207,136,51); }
H1.HeaderClassName
{
color: #CF8833;
}
.AnyTagClassName
{
color: #CF8833;
}
</style>
background-color css
<style>
a { background-color: #CF8833; }
a { background-color: rgb(207,136,51); }
div.DivClassName
{
background-color: #CF8833;
}
.BgClassName
{
background-color: #CF8833;
}
</style>
border-color css
<style>
span { border-color: #CF8833; }
span { border-color: rgb(207,136,51); }
td.TdClassName
{
border-color: #CF8833;
}
.TagClassName
{
border-color: #CF8833;
}
</style>