Shades of Cherokee #FFCD87
Tints of Cherokee #FFCD87
RGB
CMYK
RGB Variations
Color information
#FFCD87 (or 0xFFCD87) is known color: Cherokee. HEX triplet: FF, CD and 87. RGB value is (255,205,135). Sum of RGB (Red+Green+Blue) = 255+205+135=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD87 is #003278. Grayscale: #D4D4D4. Windows color (decimal): -12921 or 8900095. OLE color: 8900095.
HSL color Cylindrical-coordinate representation of color #FFCD87: hue angle of 35º 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 #FFCD87 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 135 | - |
| CMYK | 0 | 0.20 | 0.47 | 0 |
| HSL | 35º | 1% | 0.76% | - |
| HSV(B) | 35º | 0.47% | 1% | - |
| XYZ | 67.44 | 66.67 | 32.24 | - |
| YUV | 211.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 135 | 0 | 0.20 | 0.47 | 0 | 35 | 1 | 0.76 |
| Hex | FF | CD | 87 | 0 | 14 | 2F | 0 | 23 | 64 | 4C |
| Octal | 377 | 315 | 207 | 0 | 24 | 57 | 0 | 43 | 144 | 114 |
| Binary | 11111111 | 11001101 | 10000111 | 0 | 10100 | 101111 | 0 | 100011 | 1100100 | 1001100 |
Color Harmonies of #FFCD87
Complementary color
Monochromatic Colors of #FFCD87
Black with #FFCD87
Text Example
Text Example
White with #FFCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD87; }
p { color: rgb(255,205,135); }
H1.HeaderClassName
{
color: #FFCD87;
}
.AnyTagClassName
{
color: #FFCD87;
}
</style>
background-color css
<style>
a { background-color: #FFCD87; }
a { background-color: rgb(255,205,135); }
div.DivClassName
{
background-color: #FFCD87;
}
.BgClassName
{
background-color: #FFCD87;
}
</style>
border-color css
<style>
span { border-color: #FFCD87; }
span { border-color: rgb(255,205,135); }
td.TdClassName
{
border-color: #FFCD87;
}
.TagClassName
{
border-color: #FFCD87;
}
</style>