Shades of Cherokee #F4D68B
Tints of Cherokee #F4D68B
RGB
CMYK
RGB Variations
Color information
#F4D68B (or 0xF4D68B) is known color: Cherokee. HEX triplet: F4, D6 and 8B. RGB value is (244,214,139). Sum of RGB (Red+Green+Blue) = 244+214+139=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D68B is #0B2974. Grayscale: #D6D6D6. Windows color (decimal): -731509 or 9164532. OLE color: 9164532.
HSL color Cylindrical-coordinate representation of color #F4D68B: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D68B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 139 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.04 |
| HSL | 42.86º | 0.83% | 0.75% | - |
| HSV(B) | 42.86º | 0.43% | 0.96% | - |
| XYZ | 66.01 | 69.19 | 34.3 | - |
| YUV | 214.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 139 | 0 | 0.12 | 0.43 | 0.04 | 42.86 | 0.83 | 0.75 |
| Hex | F4 | D6 | 8B | 0 | C | 2B | 4 | 2B | 53 | 4B |
| Octal | 364 | 326 | 213 | 0 | 14 | 53 | 4 | 53 | 123 | 113 |
| Binary | 11110100 | 11010110 | 10001011 | 0 | 1100 | 101011 | 100 | 101011 | 1010011 | 1001011 |
Color Harmonies of #F4D68B
Complementary color
Monochromatic Colors of #F4D68B
Black with #F4D68B
Text Example
Text Example
White with #F4D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D68B; }
p { color: rgb(244,214,139); }
H1.HeaderClassName
{
color: #F4D68B;
}
.AnyTagClassName
{
color: #F4D68B;
}
</style>
background-color css
<style>
a { background-color: #F4D68B; }
a { background-color: rgb(244,214,139); }
div.DivClassName
{
background-color: #F4D68B;
}
.BgClassName
{
background-color: #F4D68B;
}
</style>
border-color css
<style>
span { border-color: #F4D68B; }
span { border-color: rgb(244,214,139); }
td.TdClassName
{
border-color: #F4D68B;
}
.TagClassName
{
border-color: #F4D68B;
}
</style>