Shades of Cherokee #FFCC8A
Tints of Cherokee #FFCC8A
RGB
CMYK
RGB Variations
Color information
#FFCC8A (or 0xFFCC8A) is known color: Cherokee. HEX triplet: FF, CC and 8A. RGB value is (255,204,138). Sum of RGB (Red+Green+Blue) = 255+204+138=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC8A is #003375. Grayscale: #D4D4D4. Windows color (decimal): -13174 or 9096447. OLE color: 9096447.
HSL color Cylindrical-coordinate representation of color #FFCC8A: hue angle of 33.85º 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 #FFCC8A is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 138 | - |
| CMYK | 0 | 0.2 | 0.46 | 0 |
| HSL | 33.85º | 1% | 0.77% | - |
| HSV(B) | 33.85º | 0.46% | 1% | - |
| XYZ | 67.42 | 66.28 | 33.28 | - |
| YUV | 211.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 138 | 0 | 0.2 | 0.46 | 0 | 33.85 | 1 | 0.77 |
| Hex | FF | CC | 8A | 0 | 14 | 2E | 0 | 22 | 64 | 4D |
| Octal | 377 | 314 | 212 | 0 | 24 | 56 | 0 | 42 | 144 | 115 |
| Binary | 11111111 | 11001100 | 10001010 | 0 | 10100 | 101110 | 0 | 100010 | 1100100 | 1001101 |
Color Harmonies of #FFCC8A
Complementary color
Monochromatic Colors of #FFCC8A
Black with #FFCC8A
Text Example
Text Example
White with #FFCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC8A; }
p { color: rgb(255,204,138); }
H1.HeaderClassName
{
color: #FFCC8A;
}
.AnyTagClassName
{
color: #FFCC8A;
}
</style>
background-color css
<style>
a { background-color: #FFCC8A; }
a { background-color: rgb(255,204,138); }
div.DivClassName
{
background-color: #FFCC8A;
}
.BgClassName
{
background-color: #FFCC8A;
}
</style>
border-color css
<style>
span { border-color: #FFCC8A; }
span { border-color: rgb(255,204,138); }
td.TdClassName
{
border-color: #FFCC8A;
}
.TagClassName
{
border-color: #FFCC8A;
}
</style>