Shades of Cherokee #FFD08A
Tints of Cherokee #FFD08A
RGB
CMYK
RGB Variations
Color information
#FFD08A (or 0xFFD08A) is known color: Cherokee. HEX triplet: FF, D0 and 8A. RGB value is (255,208,138). Sum of RGB (Red+Green+Blue) = 255+208+138=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD08A is #002F75. Grayscale: #D6D6D6. Windows color (decimal): -12150 or 9097471. OLE color: 9097471.
HSL color Cylindrical-coordinate representation of color #FFD08A: hue angle of 35.9º 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 #FFD08A is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 138 | - |
| CMYK | 0 | 0.18 | 0.46 | 0 |
| HSL | 35.9º | 1% | 0.77% | - |
| HSV(B) | 35.9º | 0.46% | 1% | - |
| XYZ | 68.38 | 68.21 | 33.61 | - |
| YUV | 214.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 138 | 0 | 0.18 | 0.46 | 0 | 35.9 | 1 | 0.77 |
| Hex | FF | D0 | 8A | 0 | 12 | 2E | 0 | 24 | 64 | 4D |
| Octal | 377 | 320 | 212 | 0 | 22 | 56 | 0 | 44 | 144 | 115 |
| Binary | 11111111 | 11010000 | 10001010 | 0 | 10010 | 101110 | 0 | 100100 | 1100100 | 1001101 |
Color Harmonies of #FFD08A
Complementary color
Monochromatic Colors of #FFD08A
Black with #FFD08A
Text Example
Text Example
White with #FFD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD08A; }
p { color: rgb(255,208,138); }
H1.HeaderClassName
{
color: #FFD08A;
}
.AnyTagClassName
{
color: #FFD08A;
}
</style>
background-color css
<style>
a { background-color: #FFD08A; }
a { background-color: rgb(255,208,138); }
div.DivClassName
{
background-color: #FFD08A;
}
.BgClassName
{
background-color: #FFD08A;
}
</style>
border-color css
<style>
span { border-color: #FFD08A; }
span { border-color: rgb(255,208,138); }
td.TdClassName
{
border-color: #FFD08A;
}
.TagClassName
{
border-color: #FFD08A;
}
</style>