Shades of Cherokee #F3D385
Tints of Cherokee #F3D385
RGB
CMYK
RGB Variations
Color information
#F3D385 (or 0xF3D385) is known color: Cherokee. HEX triplet: F3, D3 and 85. RGB value is (243,211,133). Sum of RGB (Red+Green+Blue) = 243+211+133=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D385 is #0C2C7A. Grayscale: #D4D4D4. Windows color (decimal): -797819 or 8770547. OLE color: 8770547.
HSL color Cylindrical-coordinate representation of color #F3D385: hue angle of 42.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3D385 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 133 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.05 |
| HSL | 42.55º | 0.82% | 0.74% | - |
| HSV(B) | 42.55º | 0.45% | 0.95% | - |
| XYZ | 64.49 | 67.34 | 31.79 | - |
| YUV | 211.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 133 | 0 | 0.13 | 0.45 | 0.05 | 42.55 | 0.82 | 0.74 |
| Hex | F3 | D3 | 85 | 0 | D | 2D | 5 | 2B | 52 | 4A |
| Octal | 363 | 323 | 205 | 0 | 15 | 55 | 5 | 53 | 122 | 112 |
| Binary | 11110011 | 11010011 | 10000101 | 0 | 1101 | 101101 | 101 | 101011 | 1010010 | 1001010 |
Color Harmonies of #F3D385
Complementary color
Monochromatic Colors of #F3D385
Black with #F3D385
Text Example
Text Example
White with #F3D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D385; }
p { color: rgb(243,211,133); }
H1.HeaderClassName
{
color: #F3D385;
}
.AnyTagClassName
{
color: #F3D385;
}
</style>
background-color css
<style>
a { background-color: #F3D385; }
a { background-color: rgb(243,211,133); }
div.DivClassName
{
background-color: #F3D385;
}
.BgClassName
{
background-color: #F3D385;
}
</style>
border-color css
<style>
span { border-color: #F3D385; }
span { border-color: rgb(243,211,133); }
td.TdClassName
{
border-color: #F3D385;
}
.TagClassName
{
border-color: #F3D385;
}
</style>