Shades of Cherokee #FFD38B
Tints of Cherokee #FFD38B
RGB
CMYK
RGB Variations
Color information
#FFD38B (or 0xFFD38B) is known color: Cherokee. HEX triplet: FF, D3 and 8B. RGB value is (255,211,139). Sum of RGB (Red+Green+Blue) = 255+211+139=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD38B is #002C74. Grayscale: #D8D8D8. Windows color (decimal): -11381 or 9163775. OLE color: 9163775.
HSL color Cylindrical-coordinate representation of color #FFD38B: hue angle of 37.24º 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 #FFD38B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 139 | - |
| CMYK | 0 | 0.17 | 0.45 | 0 |
| HSL | 37.24º | 1% | 0.77% | - |
| HSV(B) | 37.24º | 0.45% | 1% | - |
| XYZ | 69.19 | 69.71 | 34.24 | - |
| YUV | 215.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 139 | 0 | 0.17 | 0.45 | 0 | 37.24 | 1 | 0.77 |
| Hex | FF | D3 | 8B | 0 | 11 | 2D | 0 | 25 | 64 | 4D |
| Octal | 377 | 323 | 213 | 0 | 21 | 55 | 0 | 45 | 144 | 115 |
| Binary | 11111111 | 11010011 | 10001011 | 0 | 10001 | 101101 | 0 | 100101 | 1100100 | 1001101 |
Color Harmonies of #FFD38B
Complementary color
Monochromatic Colors of #FFD38B
Black with #FFD38B
Text Example
Text Example
White with #FFD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD38B; }
p { color: rgb(255,211,139); }
H1.HeaderClassName
{
color: #FFD38B;
}
.AnyTagClassName
{
color: #FFD38B;
}
</style>
background-color css
<style>
a { background-color: #FFD38B; }
a { background-color: rgb(255,211,139); }
div.DivClassName
{
background-color: #FFD38B;
}
.BgClassName
{
background-color: #FFD38B;
}
</style>
border-color css
<style>
span { border-color: #FFD38B; }
span { border-color: rgb(255,211,139); }
td.TdClassName
{
border-color: #FFD38B;
}
.TagClassName
{
border-color: #FFD38B;
}
</style>