Shades of Cherokee #FDD487
Tints of Cherokee #FDD487
RGB
CMYK
RGB Variations
Color information
#FDD487 (or 0xFDD487) is known color: Cherokee. HEX triplet: FD, D4 and 87. RGB value is (253,212,135). Sum of RGB (Red+Green+Blue) = 253+212+135=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD487 is #022B78. Grayscale: #D7D7D7. Windows color (decimal): -142201 or 8901885. OLE color: 8901885.
HSL color Cylindrical-coordinate representation of color #FDD487: hue angle of 39.15º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDD487 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 135 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.01 |
| HSL | 39.15º | 0.97% | 0.76% | - |
| HSV(B) | 39.15º | 0.47% | 0.99% | - |
| XYZ | 68.42 | 69.72 | 32.77 | - |
| YUV | 215.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 135 | 0 | 0.16 | 0.47 | 0.01 | 39.15 | 0.97 | 0.76 |
| Hex | FD | D4 | 87 | 0 | 10 | 2F | 1 | 27 | 61 | 4C |
| Octal | 375 | 324 | 207 | 0 | 20 | 57 | 1 | 47 | 141 | 114 |
| Binary | 11111101 | 11010100 | 10000111 | 0 | 10000 | 101111 | 1 | 100111 | 1100001 | 1001100 |
Color Harmonies of #FDD487
Complementary color
Monochromatic Colors of #FDD487
Black with #FDD487
Text Example
Text Example
White with #FDD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD487; }
p { color: rgb(253,212,135); }
H1.HeaderClassName
{
color: #FDD487;
}
.AnyTagClassName
{
color: #FDD487;
}
</style>
background-color css
<style>
a { background-color: #FDD487; }
a { background-color: rgb(253,212,135); }
div.DivClassName
{
background-color: #FDD487;
}
.BgClassName
{
background-color: #FDD487;
}
</style>
border-color css
<style>
span { border-color: #FDD487; }
span { border-color: rgb(253,212,135); }
td.TdClassName
{
border-color: #FDD487;
}
.TagClassName
{
border-color: #FDD487;
}
</style>