Shades of Cherokee #FFCC86
Tints of Cherokee #FFCC86
RGB
CMYK
RGB Variations
Color information
#FFCC86 (or 0xFFCC86) is known color: Cherokee. HEX triplet: FF, CC and 86. RGB value is (255,204,134). Sum of RGB (Red+Green+Blue) = 255+204+134=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC86 is #003379. Grayscale: #D3D3D3. Windows color (decimal): -13178 or 8834303. OLE color: 8834303.
HSL color Cylindrical-coordinate representation of color #FFCC86: hue angle of 34.71º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFCC86 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 134 | - |
| CMYK | 0 | 0.2 | 0.47 | 0 |
| HSL | 34.71º | 1% | 0.76% | - |
| HSV(B) | 34.71º | 0.47% | 1% | - |
| XYZ | 67.14 | 66.17 | 31.79 | - |
| YUV | 211.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 134 | 0 | 0.2 | 0.47 | 0 | 34.71 | 1 | 0.76 |
| Hex | FF | CC | 86 | 0 | 14 | 2F | 0 | 23 | 64 | 4C |
| Octal | 377 | 314 | 206 | 0 | 24 | 57 | 0 | 43 | 144 | 114 |
| Binary | 11111111 | 11001100 | 10000110 | 0 | 10100 | 101111 | 0 | 100011 | 1100100 | 1001100 |
Color Harmonies of #FFCC86
Complementary color
Monochromatic Colors of #FFCC86
Black with #FFCC86
Text Example
Text Example
White with #FFCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC86; }
p { color: rgb(255,204,134); }
H1.HeaderClassName
{
color: #FFCC86;
}
.AnyTagClassName
{
color: #FFCC86;
}
</style>
background-color css
<style>
a { background-color: #FFCC86; }
a { background-color: rgb(255,204,134); }
div.DivClassName
{
background-color: #FFCC86;
}
.BgClassName
{
background-color: #FFCC86;
}
</style>
border-color css
<style>
span { border-color: #FFCC86; }
span { border-color: rgb(255,204,134); }
td.TdClassName
{
border-color: #FFCC86;
}
.TagClassName
{
border-color: #FFCC86;
}
</style>