Shades of Cherokee #FDD089
Tints of Cherokee #FDD089
RGB
CMYK
RGB Variations
Color information
#FDD089 (or 0xFDD089) is known color: Cherokee. HEX triplet: FD, D0 and 89. RGB value is (253,208,137). Sum of RGB (Red+Green+Blue) = 253+208+137=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD089 is #022F76. Grayscale: #D5D5D5. Windows color (decimal): -143223 or 9031933. OLE color: 9031933.
HSL color Cylindrical-coordinate representation of color #FDD089: hue angle of 36.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDD089 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 137 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.01 |
| HSL | 36.72º | 0.97% | 0.76% | - |
| HSV(B) | 36.72º | 0.46% | 0.99% | - |
| XYZ | 67.58 | 67.8 | 33.19 | - |
| YUV | 213.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 137 | 0 | 0.18 | 0.46 | 0.01 | 36.72 | 0.97 | 0.76 |
| Hex | FD | D0 | 89 | 0 | 12 | 2E | 1 | 25 | 61 | 4C |
| Octal | 375 | 320 | 211 | 0 | 22 | 56 | 1 | 45 | 141 | 114 |
| Binary | 11111101 | 11010000 | 10001001 | 0 | 10010 | 101110 | 1 | 100101 | 1100001 | 1001100 |
Color Harmonies of #FDD089
Complementary color
Monochromatic Colors of #FDD089
Black with #FDD089
Text Example
Text Example
White with #FDD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD089; }
p { color: rgb(253,208,137); }
H1.HeaderClassName
{
color: #FDD089;
}
.AnyTagClassName
{
color: #FDD089;
}
</style>
background-color css
<style>
a { background-color: #FDD089; }
a { background-color: rgb(253,208,137); }
div.DivClassName
{
background-color: #FDD089;
}
.BgClassName
{
background-color: #FDD089;
}
</style>
border-color css
<style>
span { border-color: #FDD089; }
span { border-color: rgb(253,208,137); }
td.TdClassName
{
border-color: #FDD089;
}
.TagClassName
{
border-color: #FDD089;
}
</style>