Shades of Cherokee #FFD58A
Tints of Cherokee #FFD58A
RGB
CMYK
RGB Variations
Color information
#FFD58A (or 0xFFD58A) is known color: Cherokee. HEX triplet: FF, D5 and 8A. RGB value is (255,213,138). Sum of RGB (Red+Green+Blue) = 255+213+138=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58A is #002A75. Grayscale: #D9D9D9. Windows color (decimal): -10870 or 9098751. OLE color: 9098751.
HSL color Cylindrical-coordinate representation of color #FFD58A: hue angle of 38.46º 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 #FFD58A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 138 | - |
| CMYK | 0 | 0.16 | 0.46 | 0 |
| HSL | 38.46º | 1% | 0.77% | - |
| HSV(B) | 38.46º | 0.46% | 1% | - |
| XYZ | 69.62 | 70.68 | 34.02 | - |
| YUV | 217.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 138 | 0 | 0.16 | 0.46 | 0 | 38.46 | 1 | 0.77 |
| Hex | FF | D5 | 8A | 0 | 10 | 2E | 0 | 26 | 64 | 4D |
| Octal | 377 | 325 | 212 | 0 | 20 | 56 | 0 | 46 | 144 | 115 |
| Binary | 11111111 | 11010101 | 10001010 | 0 | 10000 | 101110 | 0 | 100110 | 1100100 | 1001101 |
Color Harmonies of #FFD58A
Complementary color
Monochromatic Colors of #FFD58A
Black with #FFD58A
Text Example
Text Example
White with #FFD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD58A; }
p { color: rgb(255,213,138); }
H1.HeaderClassName
{
color: #FFD58A;
}
.AnyTagClassName
{
color: #FFD58A;
}
</style>
background-color css
<style>
a { background-color: #FFD58A; }
a { background-color: rgb(255,213,138); }
div.DivClassName
{
background-color: #FFD58A;
}
.BgClassName
{
background-color: #FFD58A;
}
</style>
border-color css
<style>
span { border-color: #FFD58A; }
span { border-color: rgb(255,213,138); }
td.TdClassName
{
border-color: #FFD58A;
}
.TagClassName
{
border-color: #FFD58A;
}
</style>