Shades of Cherokee #FDD18A
Tints of Cherokee #FDD18A
RGB
CMYK
RGB Variations
Color information
#FDD18A (or 0xFDD18A) is known color: Cherokee. HEX triplet: FD, D1 and 8A. RGB value is (253,209,138). Sum of RGB (Red+Green+Blue) = 253+209+138=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD18A is #022E75. Grayscale: #D6D6D6. Windows color (decimal): -142966 or 9097725. OLE color: 9097725.
HSL color Cylindrical-coordinate representation of color #FDD18A: hue angle of 37.04º 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 #FDD18A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 138 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.01 |
| HSL | 37.04º | 0.97% | 0.77% | - |
| HSV(B) | 37.04º | 0.45% | 0.99% | - |
| XYZ | 67.9 | 68.32 | 33.65 | - |
| YUV | 214.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 138 | 0 | 0.17 | 0.45 | 0.01 | 37.04 | 0.97 | 0.77 |
| Hex | FD | D1 | 8A | 0 | 11 | 2D | 1 | 25 | 61 | 4D |
| Octal | 375 | 321 | 212 | 0 | 21 | 55 | 1 | 45 | 141 | 115 |
| Binary | 11111101 | 11010001 | 10001010 | 0 | 10001 | 101101 | 1 | 100101 | 1100001 | 1001101 |
Color Harmonies of #FDD18A
Complementary color
Monochromatic Colors of #FDD18A
Black with #FDD18A
Text Example
Text Example
White with #FDD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD18A; }
p { color: rgb(253,209,138); }
H1.HeaderClassName
{
color: #FDD18A;
}
.AnyTagClassName
{
color: #FDD18A;
}
</style>
background-color css
<style>
a { background-color: #FDD18A; }
a { background-color: rgb(253,209,138); }
div.DivClassName
{
background-color: #FDD18A;
}
.BgClassName
{
background-color: #FDD18A;
}
</style>
border-color css
<style>
span { border-color: #FDD18A; }
span { border-color: rgb(253,209,138); }
td.TdClassName
{
border-color: #FDD18A;
}
.TagClassName
{
border-color: #FDD18A;
}
</style>