Shades of Cherokee #F4D28D
Tints of Cherokee #F4D28D
RGB
CMYK
RGB Variations
Color information
#F4D28D (or 0xF4D28D) is known color: Cherokee. HEX triplet: F4, D2 and 8D. RGB value is (244,210,141). Sum of RGB (Red+Green+Blue) = 244+210+141=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D28D is #0B2D72. Grayscale: #D4D4D4. Windows color (decimal): -732531 or 9294580. OLE color: 9294580.
HSL color Cylindrical-coordinate representation of color #F4D28D: hue angle of 40.19º 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 #F4D28D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 141 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.04 |
| HSL | 40.19º | 0.82% | 0.75% | - |
| HSV(B) | 40.19º | 0.42% | 0.96% | - |
| XYZ | 65.16 | 67.25 | 34.75 | - |
| YUV | 212.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 141 | 0 | 0.14 | 0.42 | 0.04 | 40.19 | 0.82 | 0.75 |
| Hex | F4 | D2 | 8D | 0 | E | 2A | 4 | 28 | 52 | 4B |
| Octal | 364 | 322 | 215 | 0 | 16 | 52 | 4 | 50 | 122 | 113 |
| Binary | 11110100 | 11010010 | 10001101 | 0 | 1110 | 101010 | 100 | 101000 | 1010010 | 1001011 |
Color Harmonies of #F4D28D
Complementary color
Monochromatic Colors of #F4D28D
Black with #F4D28D
Text Example
Text Example
White with #F4D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D28D; }
p { color: rgb(244,210,141); }
H1.HeaderClassName
{
color: #F4D28D;
}
.AnyTagClassName
{
color: #F4D28D;
}
</style>
background-color css
<style>
a { background-color: #F4D28D; }
a { background-color: rgb(244,210,141); }
div.DivClassName
{
background-color: #F4D28D;
}
.BgClassName
{
background-color: #F4D28D;
}
</style>
border-color css
<style>
span { border-color: #F4D28D; }
span { border-color: rgb(244,210,141); }
td.TdClassName
{
border-color: #F4D28D;
}
.TagClassName
{
border-color: #F4D28D;
}
</style>