Shades of Cherokee #FDC888
Tints of Cherokee #FDC888
RGB
CMYK
RGB Variations
Color information
#FDC888 (or 0xFDC888) is known color: Cherokee. HEX triplet: FD, C8 and 88. RGB value is (253,200,136). Sum of RGB (Red+Green+Blue) = 253+200+136=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC888 is #023777. Grayscale: #D0D0D0. Windows color (decimal): -145272 or 8964349. OLE color: 8964349.
HSL color Cylindrical-coordinate representation of color #FDC888: hue angle of 32.82º 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 #FDC888 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 136 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.01 |
| HSL | 32.82º | 0.97% | 0.76% | - |
| HSV(B) | 32.82º | 0.46% | 0.99% | - |
| XYZ | 65.61 | 63.97 | 32.18 | - |
| YUV | 208.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 136 | 0 | 0.21 | 0.46 | 0.01 | 32.82 | 0.97 | 0.76 |
| Hex | FD | C8 | 88 | 0 | 15 | 2E | 1 | 21 | 61 | 4C |
| Octal | 375 | 310 | 210 | 0 | 25 | 56 | 1 | 41 | 141 | 114 |
| Binary | 11111101 | 11001000 | 10001000 | 0 | 10101 | 101110 | 1 | 100001 | 1100001 | 1001100 |
Color Harmonies of #FDC888
Complementary color
Monochromatic Colors of #FDC888
Black with #FDC888
Text Example
Text Example
White with #FDC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC888; }
p { color: rgb(253,200,136); }
H1.HeaderClassName
{
color: #FDC888;
}
.AnyTagClassName
{
color: #FDC888;
}
</style>
background-color css
<style>
a { background-color: #FDC888; }
a { background-color: rgb(253,200,136); }
div.DivClassName
{
background-color: #FDC888;
}
.BgClassName
{
background-color: #FDC888;
}
</style>
border-color css
<style>
span { border-color: #FDC888; }
span { border-color: rgb(253,200,136); }
td.TdClassName
{
border-color: #FDC888;
}
.TagClassName
{
border-color: #FDC888;
}
</style>