Shades of Cherokee #F6D28D
Tints of Cherokee #F6D28D
RGB
CMYK
RGB Variations
Color information
#F6D28D (or 0xF6D28D) is known color: Cherokee. HEX triplet: F6, D2 and 8D. RGB value is (246,210,141). Sum of RGB (Red+Green+Blue) = 246+210+141=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D28D is #092D72. Grayscale: #D5D5D5. Windows color (decimal): -601459 or 9294582. OLE color: 9294582.
HSL color Cylindrical-coordinate representation of color #F6D28D: hue angle of 39.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6D28D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 141 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.04 |
| HSL | 39.43º | 0.85% | 0.76% | - |
| HSV(B) | 39.43º | 0.43% | 0.96% | - |
| XYZ | 65.86 | 67.61 | 34.78 | - |
| YUV | 212.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 141 | 0 | 0.15 | 0.43 | 0.04 | 39.43 | 0.85 | 0.76 |
| Hex | F6 | D2 | 8D | 0 | F | 2B | 4 | 27 | 55 | 4C |
| Octal | 366 | 322 | 215 | 0 | 17 | 53 | 4 | 47 | 125 | 114 |
| Binary | 11110110 | 11010010 | 10001101 | 0 | 1111 | 101011 | 100 | 100111 | 1010101 | 1001100 |
Color Harmonies of #F6D28D
Complementary color
Monochromatic Colors of #F6D28D
Black with #F6D28D
Text Example
Text Example
White with #F6D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D28D; }
p { color: rgb(246,210,141); }
H1.HeaderClassName
{
color: #F6D28D;
}
.AnyTagClassName
{
color: #F6D28D;
}
</style>
background-color css
<style>
a { background-color: #F6D28D; }
a { background-color: rgb(246,210,141); }
div.DivClassName
{
background-color: #F6D28D;
}
.BgClassName
{
background-color: #F6D28D;
}
</style>
border-color css
<style>
span { border-color: #F6D28D; }
span { border-color: rgb(246,210,141); }
td.TdClassName
{
border-color: #F6D28D;
}
.TagClassName
{
border-color: #F6D28D;
}
</style>