Shades of Cherokee #F1D38D
Tints of Cherokee #F1D38D
RGB
CMYK
RGB Variations
Color information
#F1D38D (or 0xF1D38D) is known color: Cherokee. HEX triplet: F1, D3 and 8D. RGB value is (241,211,141). Sum of RGB (Red+Green+Blue) = 241+211+141=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D38D is #0E2C72. Grayscale: #D4D4D4. Windows color (decimal): -928883 or 9294833. OLE color: 9294833.
HSL color Cylindrical-coordinate representation of color #F1D38D: hue angle of 42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1D38D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 141 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.05 |
| HSL | 42º | 0.78% | 0.75% | - |
| HSV(B) | 42º | 0.41% | 0.95% | - |
| XYZ | 64.38 | 67.21 | 34.78 | - |
| YUV | 211.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 141 | 0 | 0.12 | 0.41 | 0.05 | 42 | 0.78 | 0.75 |
| Hex | F1 | D3 | 8D | 0 | C | 29 | 5 | 2A | 4E | 4B |
| Octal | 361 | 323 | 215 | 0 | 14 | 51 | 5 | 52 | 116 | 113 |
| Binary | 11110001 | 11010011 | 10001101 | 0 | 1100 | 101001 | 101 | 101010 | 1001110 | 1001011 |
Color Harmonies of #F1D38D
Complementary color
Monochromatic Colors of #F1D38D
Black with #F1D38D
Text Example
Text Example
White with #F1D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D38D; }
p { color: rgb(241,211,141); }
H1.HeaderClassName
{
color: #F1D38D;
}
.AnyTagClassName
{
color: #F1D38D;
}
</style>
background-color css
<style>
a { background-color: #F1D38D; }
a { background-color: rgb(241,211,141); }
div.DivClassName
{
background-color: #F1D38D;
}
.BgClassName
{
background-color: #F1D38D;
}
</style>
border-color css
<style>
span { border-color: #F1D38D; }
span { border-color: rgb(241,211,141); }
td.TdClassName
{
border-color: #F1D38D;
}
.TagClassName
{
border-color: #F1D38D;
}
</style>