Shades of Cherokee #FFCF89
Tints of Cherokee #FFCF89
RGB
CMYK
RGB Variations
Color information
#FFCF89 (or 0xFFCF89) is known color: Cherokee. HEX triplet: FF, CF and 89. RGB value is (255,207,137). Sum of RGB (Red+Green+Blue) = 255+207+137=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 137 (53.91% from 255 or 22.87% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF89 is #003076. Grayscale: #D5D5D5. Windows color (decimal): -12407 or 9031679. OLE color: 9031679.
HSL color Cylindrical-coordinate representation of color #FFCF89: hue angle of 35.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFCF89 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 137 | - |
| CMYK | 0 | 0.19 | 0.46 | 0 |
| HSL | 35.59º | 1% | 0.77% | - |
| HSV(B) | 35.59º | 0.46% | 1% | - |
| XYZ | 68.07 | 67.69 | 33.15 | - |
| YUV | 213.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 137 | 0 | 0.19 | 0.46 | 0 | 35.59 | 1 | 0.77 |
| Hex | FF | CF | 89 | 0 | 13 | 2E | 0 | 24 | 64 | 4D |
| Octal | 377 | 317 | 211 | 0 | 23 | 56 | 0 | 44 | 144 | 115 |
| Binary | 11111111 | 11001111 | 10001001 | 0 | 10011 | 101110 | 0 | 100100 | 1100100 | 1001101 |
Color Harmonies of #FFCF89
Complementary color
Monochromatic Colors of #FFCF89
Black with #FFCF89
Text Example
Text Example
White with #FFCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF89; }
p { color: rgb(255,207,137); }
H1.HeaderClassName
{
color: #FFCF89;
}
.AnyTagClassName
{
color: #FFCF89;
}
</style>
background-color css
<style>
a { background-color: #FFCF89; }
a { background-color: rgb(255,207,137); }
div.DivClassName
{
background-color: #FFCF89;
}
.BgClassName
{
background-color: #FFCF89;
}
</style>
border-color css
<style>
span { border-color: #FFCF89; }
span { border-color: rgb(255,207,137); }
td.TdClassName
{
border-color: #FFCF89;
}
.TagClassName
{
border-color: #FFCF89;
}
</style>