Shades of Cherokee #FFCD88
Tints of Cherokee #FFCD88
RGB
CMYK
RGB Variations
Color information
#FFCD88 (or 0xFFCD88) is known color: Cherokee. HEX triplet: FF, CD and 88. RGB value is (255,205,136). Sum of RGB (Red+Green+Blue) = 255+205+136=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD88 is #003277. Grayscale: #D4D4D4. Windows color (decimal): -12920 or 8965631. OLE color: 8965631.
HSL color Cylindrical-coordinate representation of color #FFCD88: hue angle of 34.79º 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 #FFCD88 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 136 | - |
| CMYK | 0 | 0.20 | 0.47 | 0 |
| HSL | 34.79º | 1% | 0.77% | - |
| HSV(B) | 34.79º | 0.47% | 1% | - |
| XYZ | 67.52 | 66.7 | 32.61 | - |
| YUV | 212.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 136 | 0 | 0.20 | 0.47 | 0 | 34.79 | 1 | 0.77 |
| Hex | FF | CD | 88 | 0 | 14 | 2F | 0 | 23 | 64 | 4D |
| Octal | 377 | 315 | 210 | 0 | 24 | 57 | 0 | 43 | 144 | 115 |
| Binary | 11111111 | 11001101 | 10001000 | 0 | 10100 | 101111 | 0 | 100011 | 1100100 | 1001101 |
Color Harmonies of #FFCD88
Complementary color
Monochromatic Colors of #FFCD88
Black with #FFCD88
Text Example
Text Example
White with #FFCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD88; }
p { color: rgb(255,205,136); }
H1.HeaderClassName
{
color: #FFCD88;
}
.AnyTagClassName
{
color: #FFCD88;
}
</style>
background-color css
<style>
a { background-color: #FFCD88; }
a { background-color: rgb(255,205,136); }
div.DivClassName
{
background-color: #FFCD88;
}
.BgClassName
{
background-color: #FFCD88;
}
</style>
border-color css
<style>
span { border-color: #FFCD88; }
span { border-color: rgb(255,205,136); }
td.TdClassName
{
border-color: #FFCD88;
}
.TagClassName
{
border-color: #FFCD88;
}
</style>