Shades of Cherokee #F3D38D
Tints of Cherokee #F3D38D
RGB
CMYK
RGB Variations
Color information
#F3D38D (or 0xF3D38D) is known color: Cherokee. HEX triplet: F3, D3 and 8D. RGB value is (243,211,141). Sum of RGB (Red+Green+Blue) = 243+211+141=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D38D is #0C2C72. Grayscale: #D4D4D4. Windows color (decimal): -797811 or 9294835. OLE color: 9294835.
HSL color Cylindrical-coordinate representation of color #F3D38D: hue angle of 41.18º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3D38D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 141 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.05 |
| HSL | 41.18º | 0.81% | 0.75% | - |
| HSV(B) | 41.18º | 0.42% | 0.95% | - |
| XYZ | 65.06 | 67.57 | 34.81 | - |
| YUV | 212.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 141 | 0 | 0.13 | 0.42 | 0.05 | 41.18 | 0.81 | 0.75 |
| Hex | F3 | D3 | 8D | 0 | D | 2A | 5 | 29 | 51 | 4B |
| Octal | 363 | 323 | 215 | 0 | 15 | 52 | 5 | 51 | 121 | 113 |
| Binary | 11110011 | 11010011 | 10001101 | 0 | 1101 | 101010 | 101 | 101001 | 1010001 | 1001011 |
Color Harmonies of #F3D38D
Complementary color
Monochromatic Colors of #F3D38D
Black with #F3D38D
Text Example
Text Example
White with #F3D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D38D; }
p { color: rgb(243,211,141); }
H1.HeaderClassName
{
color: #F3D38D;
}
.AnyTagClassName
{
color: #F3D38D;
}
</style>
background-color css
<style>
a { background-color: #F3D38D; }
a { background-color: rgb(243,211,141); }
div.DivClassName
{
background-color: #F3D38D;
}
.BgClassName
{
background-color: #F3D38D;
}
</style>
border-color css
<style>
span { border-color: #F3D38D; }
span { border-color: rgb(243,211,141); }
td.TdClassName
{
border-color: #F3D38D;
}
.TagClassName
{
border-color: #F3D38D;
}
</style>