Shades of Cherokee #FFD48A
Tints of Cherokee #FFD48A
RGB
CMYK
RGB Variations
Color information
#FFD48A (or 0xFFD48A) is known color: Cherokee. HEX triplet: FF, D4 and 8A. RGB value is (255,212,138). Sum of RGB (Red+Green+Blue) = 255+212+138=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48A is #002B75. Grayscale: #D8D8D8. Windows color (decimal): -11126 or 9098495. OLE color: 9098495.
HSL color Cylindrical-coordinate representation of color #FFD48A: hue angle of 37.95º 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 #FFD48A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 138 | - |
| CMYK | 0 | 0.17 | 0.46 | 0 |
| HSL | 37.95º | 1% | 0.77% | - |
| HSV(B) | 37.95º | 0.46% | 1% | - |
| XYZ | 69.37 | 70.18 | 33.93 | - |
| YUV | 216.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 138 | 0 | 0.17 | 0.46 | 0 | 37.95 | 1 | 0.77 |
| Hex | FF | D4 | 8A | 0 | 11 | 2E | 0 | 26 | 64 | 4D |
| Octal | 377 | 324 | 212 | 0 | 21 | 56 | 0 | 46 | 144 | 115 |
| Binary | 11111111 | 11010100 | 10001010 | 0 | 10001 | 101110 | 0 | 100110 | 1100100 | 1001101 |
Color Harmonies of #FFD48A
Complementary color
Monochromatic Colors of #FFD48A
Black with #FFD48A
Text Example
Text Example
White with #FFD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD48A; }
p { color: rgb(255,212,138); }
H1.HeaderClassName
{
color: #FFD48A;
}
.AnyTagClassName
{
color: #FFD48A;
}
</style>
background-color css
<style>
a { background-color: #FFD48A; }
a { background-color: rgb(255,212,138); }
div.DivClassName
{
background-color: #FFD48A;
}
.BgClassName
{
background-color: #FFD48A;
}
</style>
border-color css
<style>
span { border-color: #FFD48A; }
span { border-color: rgb(255,212,138); }
td.TdClassName
{
border-color: #FFD48A;
}
.TagClassName
{
border-color: #FFD48A;
}
</style>