Shades of Cherokee #F6D384
Tints of Cherokee #F6D384
RGB
CMYK
RGB Variations
Color information
#F6D384 (or 0xF6D384) is known color: Cherokee. HEX triplet: F6, D3 and 84. RGB value is (246,211,132). Sum of RGB (Red+Green+Blue) = 246+211+132=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D384 is #092C7B. Grayscale: #D4D4D4. Windows color (decimal): -601212 or 8705014. OLE color: 8705014.
HSL color Cylindrical-coordinate representation of color #F6D384: hue angle of 41.58º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6D384 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 132 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.04 |
| HSL | 41.58º | 0.86% | 0.74% | - |
| HSV(B) | 41.58º | 0.46% | 0.96% | - |
| XYZ | 65.47 | 67.85 | 31.48 | - |
| YUV | 212.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 132 | 0 | 0.14 | 0.46 | 0.04 | 41.58 | 0.86 | 0.74 |
| Hex | F6 | D3 | 84 | 0 | E | 2E | 4 | 2A | 56 | 4A |
| Octal | 366 | 323 | 204 | 0 | 16 | 56 | 4 | 52 | 126 | 112 |
| Binary | 11110110 | 11010011 | 10000100 | 0 | 1110 | 101110 | 100 | 101010 | 1010110 | 1001010 |
Color Harmonies of #F6D384
Complementary color
Monochromatic Colors of #F6D384
Black with #F6D384
Text Example
Text Example
White with #F6D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D384; }
p { color: rgb(246,211,132); }
H1.HeaderClassName
{
color: #F6D384;
}
.AnyTagClassName
{
color: #F6D384;
}
</style>
background-color css
<style>
a { background-color: #F6D384; }
a { background-color: rgb(246,211,132); }
div.DivClassName
{
background-color: #F6D384;
}
.BgClassName
{
background-color: #F6D384;
}
</style>
border-color css
<style>
span { border-color: #F6D384; }
span { border-color: rgb(246,211,132); }
td.TdClassName
{
border-color: #F6D384;
}
.TagClassName
{
border-color: #F6D384;
}
</style>