Shades of Cherokee #FFCD85
Tints of Cherokee #FFCD85
RGB
CMYK
RGB Variations
Color information
#FFCD85 (or 0xFFCD85) is known color: Cherokee. HEX triplet: FF, CD and 85. RGB value is (255,205,133). Sum of RGB (Red+Green+Blue) = 255+205+133=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD85 is #00327A. Grayscale: #D4D4D4. Windows color (decimal): -12923 or 8769023. OLE color: 8769023.
HSL color Cylindrical-coordinate representation of color #FFCD85: hue angle of 35.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFCD85 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 133 | - |
| CMYK | 0 | 0.20 | 0.48 | 0 |
| HSL | 35.41º | 1% | 0.76% | - |
| HSV(B) | 35.41º | 0.48% | 1% | - |
| XYZ | 67.3 | 66.62 | 31.5 | - |
| YUV | 211.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 133 | 0 | 0.20 | 0.48 | 0 | 35.41 | 1 | 0.76 |
| Hex | FF | CD | 85 | 0 | 14 | 30 | 0 | 23 | 64 | 4C |
| Octal | 377 | 315 | 205 | 0 | 24 | 60 | 0 | 43 | 144 | 114 |
| Binary | 11111111 | 11001101 | 10000101 | 0 | 10100 | 110000 | 0 | 100011 | 1100100 | 1001100 |
Color Harmonies of #FFCD85
Complementary color
Monochromatic Colors of #FFCD85
Black with #FFCD85
Text Example
Text Example
White with #FFCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD85; }
p { color: rgb(255,205,133); }
H1.HeaderClassName
{
color: #FFCD85;
}
.AnyTagClassName
{
color: #FFCD85;
}
</style>
background-color css
<style>
a { background-color: #FFCD85; }
a { background-color: rgb(255,205,133); }
div.DivClassName
{
background-color: #FFCD85;
}
.BgClassName
{
background-color: #FFCD85;
}
</style>
border-color css
<style>
span { border-color: #FFCD85; }
span { border-color: rgb(255,205,133); }
td.TdClassName
{
border-color: #FFCD85;
}
.TagClassName
{
border-color: #FFCD85;
}
</style>