Shades of Cherokee #FDD08B
Tints of Cherokee #FDD08B
RGB
CMYK
RGB Variations
Color information
#FDD08B (or 0xFDD08B) is known color: Cherokee. HEX triplet: FD, D0 and 8B. RGB value is (253,208,139). Sum of RGB (Red+Green+Blue) = 253+208+139=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08B is #022F74. Grayscale: #D5D5D5. Windows color (decimal): -143221 or 9163005. OLE color: 9163005.
HSL color Cylindrical-coordinate representation of color #FDD08B: hue angle of 36.32º 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 #FDD08B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.01 |
| HSL | 36.32º | 0.97% | 0.77% | - |
| HSV(B) | 36.32º | 0.45% | 0.99% | - |
| XYZ | 67.72 | 67.86 | 33.95 | - |
| YUV | 213.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 139 | 0 | 0.18 | 0.45 | 0.01 | 36.32 | 0.97 | 0.77 |
| Hex | FD | D0 | 8B | 0 | 12 | 2D | 1 | 24 | 61 | 4D |
| Octal | 375 | 320 | 213 | 0 | 22 | 55 | 1 | 44 | 141 | 115 |
| Binary | 11111101 | 11010000 | 10001011 | 0 | 10010 | 101101 | 1 | 100100 | 1100001 | 1001101 |
Color Harmonies of #FDD08B
Complementary color
Monochromatic Colors of #FDD08B
Black with #FDD08B
Text Example
Text Example
White with #FDD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD08B; }
p { color: rgb(253,208,139); }
H1.HeaderClassName
{
color: #FDD08B;
}
.AnyTagClassName
{
color: #FDD08B;
}
</style>
background-color css
<style>
a { background-color: #FDD08B; }
a { background-color: rgb(253,208,139); }
div.DivClassName
{
background-color: #FDD08B;
}
.BgClassName
{
background-color: #FDD08B;
}
</style>
border-color css
<style>
span { border-color: #FDD08B; }
span { border-color: rgb(253,208,139); }
td.TdClassName
{
border-color: #FDD08B;
}
.TagClassName
{
border-color: #FDD08B;
}
</style>