Shades of Cherokee #FFD18A
Tints of Cherokee #FFD18A
RGB
CMYK
RGB Variations
Color information
#FFD18A (or 0xFFD18A) is known color: Cherokee. HEX triplet: FF, D1 and 8A. RGB value is (255,209,138). Sum of RGB (Red+Green+Blue) = 255+209+138=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD18A is #002E75. Grayscale: #D6D6D6. Windows color (decimal): -11894 or 9097727. OLE color: 9097727.
HSL color Cylindrical-coordinate representation of color #FFD18A: hue angle of 36.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFD18A is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 138 | - |
| CMYK | 0 | 0.18 | 0.46 | 0 |
| HSL | 36.41º | 1% | 0.77% | - |
| HSV(B) | 36.41º | 0.46% | 1% | - |
| XYZ | 68.63 | 68.7 | 33.69 | - |
| YUV | 214.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 138 | 0 | 0.18 | 0.46 | 0 | 36.41 | 1 | 0.77 |
| Hex | FF | D1 | 8A | 0 | 12 | 2E | 0 | 24 | 64 | 4D |
| Octal | 377 | 321 | 212 | 0 | 22 | 56 | 0 | 44 | 144 | 115 |
| Binary | 11111111 | 11010001 | 10001010 | 0 | 10010 | 101110 | 0 | 100100 | 1100100 | 1001101 |
Color Harmonies of #FFD18A
Complementary color
Monochromatic Colors of #FFD18A
Black with #FFD18A
Text Example
Text Example
White with #FFD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD18A; }
p { color: rgb(255,209,138); }
H1.HeaderClassName
{
color: #FFD18A;
}
.AnyTagClassName
{
color: #FFD18A;
}
</style>
background-color css
<style>
a { background-color: #FFD18A; }
a { background-color: rgb(255,209,138); }
div.DivClassName
{
background-color: #FFD18A;
}
.BgClassName
{
background-color: #FFD18A;
}
</style>
border-color css
<style>
span { border-color: #FFD18A; }
span { border-color: rgb(255,209,138); }
td.TdClassName
{
border-color: #FFD18A;
}
.TagClassName
{
border-color: #FFD18A;
}
</style>