Shades of Cherokee #FFD38A
Tints of Cherokee #FFD38A
RGB
CMYK
RGB Variations
Color information
#FFD38A (or 0xFFD38A) is known color: Cherokee. HEX triplet: FF, D3 and 8A. RGB value is (255,211,138). Sum of RGB (Red+Green+Blue) = 255+211+138=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD38A is #002C75. Grayscale: #D8D8D8. Windows color (decimal): -11382 or 9098239. OLE color: 9098239.
HSL color Cylindrical-coordinate representation of color #FFD38A: hue angle of 37.44º 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 #FFD38A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 138 | - |
| CMYK | 0 | 0.17 | 0.46 | 0 |
| HSL | 37.44º | 1% | 0.77% | - |
| HSV(B) | 37.44º | 0.46% | 1% | - |
| XYZ | 69.12 | 69.68 | 33.85 | - |
| YUV | 215.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 138 | 0 | 0.17 | 0.46 | 0 | 37.44 | 1 | 0.77 |
| Hex | FF | D3 | 8A | 0 | 11 | 2E | 0 | 25 | 64 | 4D |
| Octal | 377 | 323 | 212 | 0 | 21 | 56 | 0 | 45 | 144 | 115 |
| Binary | 11111111 | 11010011 | 10001010 | 0 | 10001 | 101110 | 0 | 100101 | 1100100 | 1001101 |
Color Harmonies of #FFD38A
Complementary color
Monochromatic Colors of #FFD38A
Black with #FFD38A
Text Example
Text Example
White with #FFD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD38A; }
p { color: rgb(255,211,138); }
H1.HeaderClassName
{
color: #FFD38A;
}
.AnyTagClassName
{
color: #FFD38A;
}
</style>
background-color css
<style>
a { background-color: #FFD38A; }
a { background-color: rgb(255,211,138); }
div.DivClassName
{
background-color: #FFD38A;
}
.BgClassName
{
background-color: #FFD38A;
}
</style>
border-color css
<style>
span { border-color: #FFD38A; }
span { border-color: rgb(255,211,138); }
td.TdClassName
{
border-color: #FFD38A;
}
.TagClassName
{
border-color: #FFD38A;
}
</style>