Shades of Cherokee #FDC988
Tints of Cherokee #FDC988
RGB
CMYK
RGB Variations
Color information
#FDC988 (or 0xFDC988) is known color: Cherokee. HEX triplet: FD, C9 and 88. RGB value is (253,201,136). Sum of RGB (Red+Green+Blue) = 253+201+136=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC988 is #023677. Grayscale: #D1D1D1. Windows color (decimal): -145016 or 8964605. OLE color: 8964605.
HSL color Cylindrical-coordinate representation of color #FDC988: hue angle of 33.33º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDC988 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 136 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.01 |
| HSL | 33.33º | 0.97% | 0.76% | - |
| HSV(B) | 33.33º | 0.46% | 0.99% | - |
| XYZ | 65.84 | 64.43 | 32.26 | - |
| YUV | 209.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 136 | 0 | 0.21 | 0.46 | 0.01 | 33.33 | 0.97 | 0.76 |
| Hex | FD | C9 | 88 | 0 | 15 | 2E | 1 | 21 | 61 | 4C |
| Octal | 375 | 311 | 210 | 0 | 25 | 56 | 1 | 41 | 141 | 114 |
| Binary | 11111101 | 11001001 | 10001000 | 0 | 10101 | 101110 | 1 | 100001 | 1100001 | 1001100 |
Color Harmonies of #FDC988
Complementary color
Monochromatic Colors of #FDC988
Black with #FDC988
Text Example
Text Example
White with #FDC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC988; }
p { color: rgb(253,201,136); }
H1.HeaderClassName
{
color: #FDC988;
}
.AnyTagClassName
{
color: #FDC988;
}
</style>
background-color css
<style>
a { background-color: #FDC988; }
a { background-color: rgb(253,201,136); }
div.DivClassName
{
background-color: #FDC988;
}
.BgClassName
{
background-color: #FDC988;
}
</style>
border-color css
<style>
span { border-color: #FDC988; }
span { border-color: rgb(253,201,136); }
td.TdClassName
{
border-color: #FDC988;
}
.TagClassName
{
border-color: #FDC988;
}
</style>