Shades of Cherokee #FDD48B
Tints of Cherokee #FDD48B
RGB
CMYK
RGB Variations
Color information
#FDD48B (or 0xFDD48B) is known color: Cherokee. HEX triplet: FD, D4 and 8B. RGB value is (253,212,139). Sum of RGB (Red+Green+Blue) = 253+212+139=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD48B is #022B74. Grayscale: #D8D8D8. Windows color (decimal): -142197 or 9164029. OLE color: 9164029.
HSL color Cylindrical-coordinate representation of color #FDD48B: hue angle of 38.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD48B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 139 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.01 |
| HSL | 38.42º | 0.97% | 0.77% | - |
| HSV(B) | 38.42º | 0.45% | 0.99% | - |
| XYZ | 68.71 | 69.83 | 34.28 | - |
| YUV | 215.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 139 | 0 | 0.16 | 0.45 | 0.01 | 38.42 | 0.97 | 0.77 |
| Hex | FD | D4 | 8B | 0 | 10 | 2D | 1 | 26 | 61 | 4D |
| Octal | 375 | 324 | 213 | 0 | 20 | 55 | 1 | 46 | 141 | 115 |
| Binary | 11111101 | 11010100 | 10001011 | 0 | 10000 | 101101 | 1 | 100110 | 1100001 | 1001101 |
Color Harmonies of #FDD48B
Complementary color
Monochromatic Colors of #FDD48B
Black with #FDD48B
Text Example
Text Example
White with #FDD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD48B; }
p { color: rgb(253,212,139); }
H1.HeaderClassName
{
color: #FDD48B;
}
.AnyTagClassName
{
color: #FDD48B;
}
</style>
background-color css
<style>
a { background-color: #FDD48B; }
a { background-color: rgb(253,212,139); }
div.DivClassName
{
background-color: #FDD48B;
}
.BgClassName
{
background-color: #FDD48B;
}
</style>
border-color css
<style>
span { border-color: #FDD48B; }
span { border-color: rgb(253,212,139); }
td.TdClassName
{
border-color: #FDD48B;
}
.TagClassName
{
border-color: #FDD48B;
}
</style>