Shades of Cherokee #FFD48B
Tints of Cherokee #FFD48B
RGB
CMYK
RGB Variations
Color information
#FFD48B (or 0xFFD48B) is known color: Cherokee. HEX triplet: FF, D4 and 8B. RGB value is (255,212,139). Sum of RGB (Red+Green+Blue) = 255+212+139=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48B is #002B74. Grayscale: #D8D8D8. Windows color (decimal): -11125 or 9164031. OLE color: 9164031.
HSL color Cylindrical-coordinate representation of color #FFD48B: hue angle of 37.76º 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 #FFD48B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 139 | - |
| CMYK | 0 | 0.17 | 0.45 | 0 |
| HSL | 37.76º | 1% | 0.77% | - |
| HSV(B) | 37.76º | 0.45% | 1% | - |
| XYZ | 69.44 | 70.21 | 34.32 | - |
| YUV | 216.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 139 | 0 | 0.17 | 0.45 | 0 | 37.76 | 1 | 0.77 |
| Hex | FF | D4 | 8B | 0 | 11 | 2D | 0 | 26 | 64 | 4D |
| Octal | 377 | 324 | 213 | 0 | 21 | 55 | 0 | 46 | 144 | 115 |
| Binary | 11111111 | 11010100 | 10001011 | 0 | 10001 | 101101 | 0 | 100110 | 1100100 | 1001101 |
Color Harmonies of #FFD48B
Complementary color
Monochromatic Colors of #FFD48B
Black with #FFD48B
Text Example
Text Example
White with #FFD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD48B; }
p { color: rgb(255,212,139); }
H1.HeaderClassName
{
color: #FFD48B;
}
.AnyTagClassName
{
color: #FFD48B;
}
</style>
background-color css
<style>
a { background-color: #FFD48B; }
a { background-color: rgb(255,212,139); }
div.DivClassName
{
background-color: #FFD48B;
}
.BgClassName
{
background-color: #FFD48B;
}
</style>
border-color css
<style>
span { border-color: #FFD48B; }
span { border-color: rgb(255,212,139); }
td.TdClassName
{
border-color: #FFD48B;
}
.TagClassName
{
border-color: #FFD48B;
}
</style>