Shades of Cherokee #F5D387
Tints of Cherokee #F5D387
RGB
CMYK
RGB Variations
Color information
#F5D387 (or 0xF5D387) is known color: Cherokee. HEX triplet: F5, D3 and 87. RGB value is (245,211,135). Sum of RGB (Red+Green+Blue) = 245+211+135=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D387 is #0A2C78. Grayscale: #D4D4D4. Windows color (decimal): -666745 or 8901621. OLE color: 8901621.
HSL color Cylindrical-coordinate representation of color #F5D387: hue angle of 41.45º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5D387 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 135 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.04 |
| HSL | 41.45º | 0.85% | 0.75% | - |
| HSV(B) | 41.45º | 0.45% | 0.96% | - |
| XYZ | 65.32 | 67.75 | 32.56 | - |
| YUV | 212.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 135 | 0 | 0.14 | 0.45 | 0.04 | 41.45 | 0.85 | 0.75 |
| Hex | F5 | D3 | 87 | 0 | E | 2D | 4 | 29 | 55 | 4B |
| Octal | 365 | 323 | 207 | 0 | 16 | 55 | 4 | 51 | 125 | 113 |
| Binary | 11110101 | 11010011 | 10000111 | 0 | 1110 | 101101 | 100 | 101001 | 1010101 | 1001011 |
Color Harmonies of #F5D387
Complementary color
Monochromatic Colors of #F5D387
Black with #F5D387
Text Example
Text Example
White with #F5D387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D387; }
p { color: rgb(245,211,135); }
H1.HeaderClassName
{
color: #F5D387;
}
.AnyTagClassName
{
color: #F5D387;
}
</style>
background-color css
<style>
a { background-color: #F5D387; }
a { background-color: rgb(245,211,135); }
div.DivClassName
{
background-color: #F5D387;
}
.BgClassName
{
background-color: #F5D387;
}
</style>
border-color css
<style>
span { border-color: #F5D387; }
span { border-color: rgb(245,211,135); }
td.TdClassName
{
border-color: #F5D387;
}
.TagClassName
{
border-color: #F5D387;
}
</style>