Shades of Cherokee #FDD087
Tints of Cherokee #FDD087
RGB
CMYK
RGB Variations
Color information
#FDD087 (or 0xFDD087) is known color: Cherokee. HEX triplet: FD, D0 and 87. RGB value is (253,208,135). Sum of RGB (Red+Green+Blue) = 253+208+135=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD087 is #022F78. Grayscale: #D5D5D5. Windows color (decimal): -143225 or 8900861. OLE color: 8900861.
HSL color Cylindrical-coordinate representation of color #FDD087: hue angle of 37.12º 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 #FDD087 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 135 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.01 |
| HSL | 37.12º | 0.97% | 0.76% | - |
| HSV(B) | 37.12º | 0.47% | 0.99% | - |
| XYZ | 67.44 | 67.74 | 32.44 | - |
| YUV | 213.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 135 | 0 | 0.18 | 0.47 | 0.01 | 37.12 | 0.97 | 0.76 |
| Hex | FD | D0 | 87 | 0 | 12 | 2F | 1 | 25 | 61 | 4C |
| Octal | 375 | 320 | 207 | 0 | 22 | 57 | 1 | 45 | 141 | 114 |
| Binary | 11111101 | 11010000 | 10000111 | 0 | 10010 | 101111 | 1 | 100101 | 1100001 | 1001100 |
Color Harmonies of #FDD087
Complementary color
Monochromatic Colors of #FDD087
Black with #FDD087
Text Example
Text Example
White with #FDD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD087; }
p { color: rgb(253,208,135); }
H1.HeaderClassName
{
color: #FDD087;
}
.AnyTagClassName
{
color: #FDD087;
}
</style>
background-color css
<style>
a { background-color: #FDD087; }
a { background-color: rgb(253,208,135); }
div.DivClassName
{
background-color: #FDD087;
}
.BgClassName
{
background-color: #FDD087;
}
</style>
border-color css
<style>
span { border-color: #FDD087; }
span { border-color: rgb(253,208,135); }
td.TdClassName
{
border-color: #FDD087;
}
.TagClassName
{
border-color: #FDD087;
}
</style>