Shades of Cherokee #FFD18B
Tints of Cherokee #FFD18B
RGB
CMYK
RGB Variations
Color information
#FFD18B (or 0xFFD18B) is known color: Cherokee. HEX triplet: FF, D1 and 8B. RGB value is (255,209,139). Sum of RGB (Red+Green+Blue) = 255+209+139=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 139 (54.69% from 255 or 23.05% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD18B is #002E74. Grayscale: #D7D7D7. Windows color (decimal): -11893 or 9163263. OLE color: 9163263.
HSL color Cylindrical-coordinate representation of color #FFD18B: hue angle of 36.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD18B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 36.21º | 1% | 0.77% | - |
| HSV(B) | 36.21º | 0.45% | 1% | - |
| XYZ | 68.7 | 68.73 | 34.07 | - |
| YUV | 214.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 139 | 0 | 0.18 | 0.45 | 0 | 36.21 | 1 | 0.77 |
| Hex | FF | D1 | 8B | 0 | 12 | 2D | 0 | 24 | 64 | 4D |
| Octal | 377 | 321 | 213 | 0 | 22 | 55 | 0 | 44 | 144 | 115 |
| Binary | 11111111 | 11010001 | 10001011 | 0 | 10010 | 101101 | 0 | 100100 | 1100100 | 1001101 |
Color Harmonies of #FFD18B
Complementary color
Monochromatic Colors of #FFD18B
Black with #FFD18B
Text Example
Text Example
White with #FFD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD18B; }
p { color: rgb(255,209,139); }
H1.HeaderClassName
{
color: #FFD18B;
}
.AnyTagClassName
{
color: #FFD18B;
}
</style>
background-color css
<style>
a { background-color: #FFD18B; }
a { background-color: rgb(255,209,139); }
div.DivClassName
{
background-color: #FFD18B;
}
.BgClassName
{
background-color: #FFD18B;
}
</style>
border-color css
<style>
span { border-color: #FFD18B; }
span { border-color: rgb(255,209,139); }
td.TdClassName
{
border-color: #FFD18B;
}
.TagClassName
{
border-color: #FFD18B;
}
</style>