Shades of Cherokee #FBD18D
Tints of Cherokee #FBD18D
RGB
CMYK
RGB Variations
Color information
#FBD18D (or 0xFBD18D) is known color: Cherokee. HEX triplet: FB, D1 and 8D. RGB value is (251,209,141). Sum of RGB (Red+Green+Blue) = 251+209+141=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD18D is #042E72. Grayscale: #D6D6D6. Windows color (decimal): -274035 or 9294331. OLE color: 9294331.
HSL color Cylindrical-coordinate representation of color #FBD18D: hue angle of 37.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBD18D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 209 | 141 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.02 |
| HSL | 37.09º | 0.93% | 0.77% | - |
| HSV(B) | 37.09º | 0.44% | 0.98% | - |
| XYZ | 67.39 | 68.03 | 34.78 | - |
| YUV | 213.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 209 | 141 | 0 | 0.17 | 0.44 | 0.02 | 37.09 | 0.93 | 0.77 |
| Hex | FB | D1 | 8D | 0 | 11 | 2C | 2 | 25 | 5D | 4D |
| Octal | 373 | 321 | 215 | 0 | 21 | 54 | 2 | 45 | 135 | 115 |
| Binary | 11111011 | 11010001 | 10001101 | 0 | 10001 | 101100 | 10 | 100101 | 1011101 | 1001101 |
Color Harmonies of #FBD18D
Complementary color
Monochromatic Colors of #FBD18D
Black with #FBD18D
Text Example
Text Example
White with #FBD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD18D; }
p { color: rgb(251,209,141); }
H1.HeaderClassName
{
color: #FBD18D;
}
.AnyTagClassName
{
color: #FBD18D;
}
</style>
background-color css
<style>
a { background-color: #FBD18D; }
a { background-color: rgb(251,209,141); }
div.DivClassName
{
background-color: #FBD18D;
}
.BgClassName
{
background-color: #FBD18D;
}
</style>
border-color css
<style>
span { border-color: #FBD18D; }
span { border-color: rgb(251,209,141); }
td.TdClassName
{
border-color: #FBD18D;
}
.TagClassName
{
border-color: #FBD18D;
}
</style>