Shades of Cherokee #FBD28D
Tints of Cherokee #FBD28D
RGB
CMYK
RGB Variations
Color information
#FBD28D (or 0xFBD28D) is known color: Cherokee. HEX triplet: FB, D2 and 8D. RGB value is (251,210,141). Sum of RGB (Red+Green+Blue) = 251+210+141=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD28D is #042D72. Grayscale: #D6D6D6. Windows color (decimal): -273779 or 9294587. OLE color: 9294587.
HSL color Cylindrical-coordinate representation of color #FBD28D: hue angle of 37.64º 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 #FBD28D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 141 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.02 |
| HSL | 37.64º | 0.93% | 0.77% | - |
| HSV(B) | 37.64º | 0.44% | 0.98% | - |
| XYZ | 67.64 | 68.53 | 34.86 | - |
| YUV | 214.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 141 | 0 | 0.16 | 0.44 | 0.02 | 37.64 | 0.93 | 0.77 |
| Hex | FB | D2 | 8D | 0 | 10 | 2C | 2 | 26 | 5D | 4D |
| Octal | 373 | 322 | 215 | 0 | 20 | 54 | 2 | 46 | 135 | 115 |
| Binary | 11111011 | 11010010 | 10001101 | 0 | 10000 | 101100 | 10 | 100110 | 1011101 | 1001101 |
Color Harmonies of #FBD28D
Complementary color
Monochromatic Colors of #FBD28D
Black with #FBD28D
Text Example
Text Example
White with #FBD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD28D; }
p { color: rgb(251,210,141); }
H1.HeaderClassName
{
color: #FBD28D;
}
.AnyTagClassName
{
color: #FBD28D;
}
</style>
background-color css
<style>
a { background-color: #FBD28D; }
a { background-color: rgb(251,210,141); }
div.DivClassName
{
background-color: #FBD28D;
}
.BgClassName
{
background-color: #FBD28D;
}
</style>
border-color css
<style>
span { border-color: #FBD28D; }
span { border-color: rgb(251,210,141); }
td.TdClassName
{
border-color: #FBD28D;
}
.TagClassName
{
border-color: #FBD28D;
}
</style>