Shades of Cherokee #FDD389
Tints of Cherokee #FDD389
RGB
CMYK
RGB Variations
Color information
#FDD389 (or 0xFDD389) is known color: Cherokee. HEX triplet: FD, D3 and 89. RGB value is (253,211,137). Sum of RGB (Red+Green+Blue) = 253+211+137=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 137 (53.91% from 255 or 22.80% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD389 is #022C76. Grayscale: #D7D7D7. Windows color (decimal): -142455 or 9032701. OLE color: 9032701.
HSL color Cylindrical-coordinate representation of color #FDD389: hue angle of 38.28º 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 #FDD389 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 137 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.01 |
| HSL | 38.28º | 0.97% | 0.76% | - |
| HSV(B) | 38.28º | 0.46% | 0.99% | - |
| XYZ | 68.32 | 69.28 | 33.44 | - |
| YUV | 215.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 137 | 0 | 0.17 | 0.46 | 0.01 | 38.28 | 0.97 | 0.76 |
| Hex | FD | D3 | 89 | 0 | 11 | 2E | 1 | 26 | 61 | 4C |
| Octal | 375 | 323 | 211 | 0 | 21 | 56 | 1 | 46 | 141 | 114 |
| Binary | 11111101 | 11010011 | 10001001 | 0 | 10001 | 101110 | 1 | 100110 | 1100001 | 1001100 |
Color Harmonies of #FDD389
Complementary color
Monochromatic Colors of #FDD389
Black with #FDD389
Text Example
Text Example
White with #FDD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD389; }
p { color: rgb(253,211,137); }
H1.HeaderClassName
{
color: #FDD389;
}
.AnyTagClassName
{
color: #FDD389;
}
</style>
background-color css
<style>
a { background-color: #FDD389; }
a { background-color: rgb(253,211,137); }
div.DivClassName
{
background-color: #FDD389;
}
.BgClassName
{
background-color: #FDD389;
}
</style>
border-color css
<style>
span { border-color: #FDD389; }
span { border-color: rgb(253,211,137); }
td.TdClassName
{
border-color: #FDD389;
}
.TagClassName
{
border-color: #FDD389;
}
</style>