Shades of Dixie #CF8823
Tints of Dixie #CF8823
RGB
CMYK
RGB Variations
Color information
#CF8823 (or 0xCF8823) is known color: Dixie. HEX triplet: CF, 88 and 23. RGB value is (207,136,35). Sum of RGB (Red+Green+Blue) = 207+136+35=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8823 is #3077DC. Grayscale: #929292. Windows color (decimal): -3176413 or 2328783. OLE color: 2328783.
HSL color Cylindrical-coordinate representation of color #CF8823: hue angle of 35.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8823 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 35 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.19 |
| HSL | 35.23º | 0.71% | 0.47% | - |
| HSV(B) | 35.23º | 0.83% | 0.81% | - |
| XYZ | 34.84 | 31 | 5.74 | - |
| YUV | 145.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 35 | 0 | 0.34 | 0.83 | 0.19 | 35.23 | 0.71 | 0.47 |
| Hex | CF | 88 | 23 | 0 | 22 | 53 | 13 | 23 | 47 | 2F |
| Octal | 317 | 210 | 43 | 0 | 42 | 123 | 23 | 43 | 107 | 57 |
| Binary | 11001111 | 10001000 | 100011 | 0 | 100010 | 1010011 | 10011 | 100011 | 1000111 | 101111 |
Color Harmonies of #CF8823
Complementary color
Monochromatic Colors of #CF8823
Black with #CF8823
Text Example
Text Example
White with #CF8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8823; }
p { color: rgb(207,136,35); }
H1.HeaderClassName
{
color: #CF8823;
}
.AnyTagClassName
{
color: #CF8823;
}
</style>
background-color css
<style>
a { background-color: #CF8823; }
a { background-color: rgb(207,136,35); }
div.DivClassName
{
background-color: #CF8823;
}
.BgClassName
{
background-color: #CF8823;
}
</style>
border-color css
<style>
span { border-color: #CF8823; }
span { border-color: rgb(207,136,35); }
td.TdClassName
{
border-color: #CF8823;
}
.TagClassName
{
border-color: #CF8823;
}
</style>