Shades of Cherokee #FFD08B
Tints of Cherokee #FFD08B
RGB
CMYK
RGB Variations
Color information
#FFD08B (or 0xFFD08B) is known color: Cherokee. HEX triplet: FF, D0 and 8B. RGB value is (255,208,139). Sum of RGB (Red+Green+Blue) = 255+208+139=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD08B is #002F74. Grayscale: #D6D6D6. Windows color (decimal): -12149 or 9163007. OLE color: 9163007.
HSL color Cylindrical-coordinate representation of color #FFD08B: hue angle of 35.69º 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 #FFD08B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 35.69º | 1% | 0.77% | - |
| HSV(B) | 35.69º | 0.45% | 1% | - |
| XYZ | 68.46 | 68.24 | 33.99 | - |
| YUV | 214.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 139 | 0 | 0.18 | 0.45 | 0 | 35.69 | 1 | 0.77 |
| Hex | FF | D0 | 8B | 0 | 12 | 2D | 0 | 24 | 64 | 4D |
| Octal | 377 | 320 | 213 | 0 | 22 | 55 | 0 | 44 | 144 | 115 |
| Binary | 11111111 | 11010000 | 10001011 | 0 | 10010 | 101101 | 0 | 100100 | 1100100 | 1001101 |
Color Harmonies of #FFD08B
Complementary color
Monochromatic Colors of #FFD08B
Black with #FFD08B
Text Example
Text Example
White with #FFD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD08B; }
p { color: rgb(255,208,139); }
H1.HeaderClassName
{
color: #FFD08B;
}
.AnyTagClassName
{
color: #FFD08B;
}
</style>
background-color css
<style>
a { background-color: #FFD08B; }
a { background-color: rgb(255,208,139); }
div.DivClassName
{
background-color: #FFD08B;
}
.BgClassName
{
background-color: #FFD08B;
}
</style>
border-color css
<style>
span { border-color: #FFD08B; }
span { border-color: rgb(255,208,139); }
td.TdClassName
{
border-color: #FFD08B;
}
.TagClassName
{
border-color: #FFD08B;
}
</style>