Shades of Cherokee #F5D189
Tints of Cherokee #F5D189
RGB
CMYK
RGB Variations
Color information
#F5D189 (or 0xF5D189) is known color: Cherokee. HEX triplet: F5, D1 and 89. RGB value is (245,209,137). Sum of RGB (Red+Green+Blue) = 245+209+137=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 137 (53.91% from 255 or 23.18% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D189 is #0A2E76. Grayscale: #D3D3D3. Windows color (decimal): -667255 or 9032181. OLE color: 9032181.
HSL color Cylindrical-coordinate representation of color #F5D189: hue angle of 40º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5D189 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 137 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.04 |
| HSL | 40º | 0.84% | 0.75% | - |
| HSV(B) | 40º | 0.44% | 0.96% | - |
| XYZ | 64.97 | 66.82 | 33.14 | - |
| YUV | 211.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 137 | 0 | 0.15 | 0.44 | 0.04 | 40 | 0.84 | 0.75 |
| Hex | F5 | D1 | 89 | 0 | F | 2C | 4 | 28 | 54 | 4B |
| Octal | 365 | 321 | 211 | 0 | 17 | 54 | 4 | 50 | 124 | 113 |
| Binary | 11110101 | 11010001 | 10001001 | 0 | 1111 | 101100 | 100 | 101000 | 1010100 | 1001011 |
Color Harmonies of #F5D189
Complementary color
Monochromatic Colors of #F5D189
Black with #F5D189
Text Example
Text Example
White with #F5D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D189; }
p { color: rgb(245,209,137); }
H1.HeaderClassName
{
color: #F5D189;
}
.AnyTagClassName
{
color: #F5D189;
}
</style>
background-color css
<style>
a { background-color: #F5D189; }
a { background-color: rgb(245,209,137); }
div.DivClassName
{
background-color: #F5D189;
}
.BgClassName
{
background-color: #F5D189;
}
</style>
border-color css
<style>
span { border-color: #F5D189; }
span { border-color: rgb(245,209,137); }
td.TdClassName
{
border-color: #F5D189;
}
.TagClassName
{
border-color: #F5D189;
}
</style>