Shades of Cherokee #FDD18B
Tints of Cherokee #FDD18B
RGB
CMYK
RGB Variations
Color information
#FDD18B (or 0xFDD18B) is known color: Cherokee. HEX triplet: FD, D1 and 8B. RGB value is (253,209,139). Sum of RGB (Red+Green+Blue) = 253+209+139=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD18B is #022E74. Grayscale: #D6D6D6. Windows color (decimal): -142965 or 9163261. OLE color: 9163261.
HSL color Cylindrical-coordinate representation of color #FDD18B: hue angle of 36.84º 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 #FDD18B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 139 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.01 |
| HSL | 36.84º | 0.97% | 0.77% | - |
| HSV(B) | 36.84º | 0.45% | 0.99% | - |
| XYZ | 67.97 | 68.35 | 34.04 | - |
| YUV | 214.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 139 | 0 | 0.17 | 0.45 | 0.01 | 36.84 | 0.97 | 0.77 |
| Hex | FD | D1 | 8B | 0 | 11 | 2D | 1 | 25 | 61 | 4D |
| Octal | 375 | 321 | 213 | 0 | 21 | 55 | 1 | 45 | 141 | 115 |
| Binary | 11111101 | 11010001 | 10001011 | 0 | 10001 | 101101 | 1 | 100101 | 1100001 | 1001101 |
Color Harmonies of #FDD18B
Complementary color
Monochromatic Colors of #FDD18B
Black with #FDD18B
Text Example
Text Example
White with #FDD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD18B; }
p { color: rgb(253,209,139); }
H1.HeaderClassName
{
color: #FDD18B;
}
.AnyTagClassName
{
color: #FDD18B;
}
</style>
background-color css
<style>
a { background-color: #FDD18B; }
a { background-color: rgb(253,209,139); }
div.DivClassName
{
background-color: #FDD18B;
}
.BgClassName
{
background-color: #FDD18B;
}
</style>
border-color css
<style>
span { border-color: #FDD18B; }
span { border-color: rgb(253,209,139); }
td.TdClassName
{
border-color: #FDD18B;
}
.TagClassName
{
border-color: #FDD18B;
}
</style>