Shades of Cherokee #FFCC88
Tints of Cherokee #FFCC88
RGB
CMYK
RGB Variations
Color information
#FFCC88 (or 0xFFCC88) is known color: Cherokee. HEX triplet: FF, CC and 88. RGB value is (255,204,136). Sum of RGB (Red+Green+Blue) = 255+204+136=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC88 is #003377. Grayscale: #D3D3D3. Windows color (decimal): -13176 or 8965375. OLE color: 8965375.
HSL color Cylindrical-coordinate representation of color #FFCC88: hue angle of 34.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFCC88 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 136 | - |
| CMYK | 0 | 0.2 | 0.47 | 0 |
| HSL | 34.29º | 1% | 0.77% | - |
| HSV(B) | 34.29º | 0.47% | 1% | - |
| XYZ | 67.28 | 66.22 | 32.53 | - |
| YUV | 211.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 136 | 0 | 0.2 | 0.47 | 0 | 34.29 | 1 | 0.77 |
| Hex | FF | CC | 88 | 0 | 14 | 2F | 0 | 22 | 64 | 4D |
| Octal | 377 | 314 | 210 | 0 | 24 | 57 | 0 | 42 | 144 | 115 |
| Binary | 11111111 | 11001100 | 10001000 | 0 | 10100 | 101111 | 0 | 100010 | 1100100 | 1001101 |
Color Harmonies of #FFCC88
Complementary color
Monochromatic Colors of #FFCC88
Black with #FFCC88
Text Example
Text Example
White with #FFCC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC88; }
p { color: rgb(255,204,136); }
H1.HeaderClassName
{
color: #FFCC88;
}
.AnyTagClassName
{
color: #FFCC88;
}
</style>
background-color css
<style>
a { background-color: #FFCC88; }
a { background-color: rgb(255,204,136); }
div.DivClassName
{
background-color: #FFCC88;
}
.BgClassName
{
background-color: #FFCC88;
}
</style>
border-color css
<style>
span { border-color: #FFCC88; }
span { border-color: rgb(255,204,136); }
td.TdClassName
{
border-color: #FFCC88;
}
.TagClassName
{
border-color: #FFCC88;
}
</style>