Shades of Cherokee #FFCD89
Tints of Cherokee #FFCD89
RGB
CMYK
RGB Variations
Color information
#FFCD89 (or 0xFFCD89) is known color: Cherokee. HEX triplet: FF, CD and 89. RGB value is (255,205,137). Sum of RGB (Red+Green+Blue) = 255+205+137=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD89 is #003276. Grayscale: #D4D4D4. Windows color (decimal): -12919 or 9031167. OLE color: 9031167.
HSL color Cylindrical-coordinate representation of color #FFCD89: hue angle of 34.58º 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 #FFCD89 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 137 | - |
| CMYK | 0 | 0.20 | 0.46 | 0 |
| HSL | 34.58º | 1% | 0.77% | - |
| HSV(B) | 34.58º | 0.46% | 1% | - |
| XYZ | 67.59 | 66.73 | 32.98 | - |
| YUV | 212.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 137 | 0 | 0.20 | 0.46 | 0 | 34.58 | 1 | 0.77 |
| Hex | FF | CD | 89 | 0 | 14 | 2E | 0 | 23 | 64 | 4D |
| Octal | 377 | 315 | 211 | 0 | 24 | 56 | 0 | 43 | 144 | 115 |
| Binary | 11111111 | 11001101 | 10001001 | 0 | 10100 | 101110 | 0 | 100011 | 1100100 | 1001101 |
Color Harmonies of #FFCD89
Complementary color
Monochromatic Colors of #FFCD89
Black with #FFCD89
Text Example
Text Example
White with #FFCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD89; }
p { color: rgb(255,205,137); }
H1.HeaderClassName
{
color: #FFCD89;
}
.AnyTagClassName
{
color: #FFCD89;
}
</style>
background-color css
<style>
a { background-color: #FFCD89; }
a { background-color: rgb(255,205,137); }
div.DivClassName
{
background-color: #FFCD89;
}
.BgClassName
{
background-color: #FFCD89;
}
</style>
border-color css
<style>
span { border-color: #FFCD89; }
span { border-color: rgb(255,205,137); }
td.TdClassName
{
border-color: #FFCD89;
}
.TagClassName
{
border-color: #FFCD89;
}
</style>