Shades of Cherokee #F4D18D
Tints of Cherokee #F4D18D
RGB
CMYK
RGB Variations
Color information
#F4D18D (or 0xF4D18D) is known color: Cherokee. HEX triplet: F4, D1 and 8D. RGB value is (244,209,141). Sum of RGB (Red+Green+Blue) = 244+209+141=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D18D is #0B2E72. Grayscale: #D4D4D4. Windows color (decimal): -732787 or 9294324. OLE color: 9294324.
HSL color Cylindrical-coordinate representation of color #F4D18D: hue angle of 39.61º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4D18D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 141 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.04 |
| HSL | 39.61º | 0.82% | 0.75% | - |
| HSV(B) | 39.61º | 0.42% | 0.96% | - |
| XYZ | 64.92 | 66.76 | 34.66 | - |
| YUV | 211.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 141 | 0 | 0.14 | 0.42 | 0.04 | 39.61 | 0.82 | 0.75 |
| Hex | F4 | D1 | 8D | 0 | E | 2A | 4 | 28 | 52 | 4B |
| Octal | 364 | 321 | 215 | 0 | 16 | 52 | 4 | 50 | 122 | 113 |
| Binary | 11110100 | 11010001 | 10001101 | 0 | 1110 | 101010 | 100 | 101000 | 1010010 | 1001011 |
Color Harmonies of #F4D18D
Complementary color
Monochromatic Colors of #F4D18D
Black with #F4D18D
Text Example
Text Example
White with #F4D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D18D; }
p { color: rgb(244,209,141); }
H1.HeaderClassName
{
color: #F4D18D;
}
.AnyTagClassName
{
color: #F4D18D;
}
</style>
background-color css
<style>
a { background-color: #F4D18D; }
a { background-color: rgb(244,209,141); }
div.DivClassName
{
background-color: #F4D18D;
}
.BgClassName
{
background-color: #F4D18D;
}
</style>
border-color css
<style>
span { border-color: #F4D18D; }
span { border-color: rgb(244,209,141); }
td.TdClassName
{
border-color: #F4D18D;
}
.TagClassName
{
border-color: #F4D18D;
}
</style>