Shades of Cherokee #FFD28A
Tints of Cherokee #FFD28A
RGB
CMYK
RGB Variations
Color information
#FFD28A (or 0xFFD28A) is known color: Cherokee. HEX triplet: FF, D2 and 8A. RGB value is (255,210,138). Sum of RGB (Red+Green+Blue) = 255+210+138=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28A is #002D75. Grayscale: #D7D7D7. Windows color (decimal): -11638 or 9097983. OLE color: 9097983.
HSL color Cylindrical-coordinate representation of color #FFD28A: hue angle of 36.92º 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 #FFD28A is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 138 | - |
| CMYK | 0 | 0.18 | 0.46 | 0 |
| HSL | 36.92º | 1% | 0.77% | - |
| HSV(B) | 36.92º | 0.46% | 1% | - |
| XYZ | 68.87 | 69.19 | 33.77 | - |
| YUV | 215.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 138 | 0 | 0.18 | 0.46 | 0 | 36.92 | 1 | 0.77 |
| Hex | FF | D2 | 8A | 0 | 12 | 2E | 0 | 25 | 64 | 4D |
| Octal | 377 | 322 | 212 | 0 | 22 | 56 | 0 | 45 | 144 | 115 |
| Binary | 11111111 | 11010010 | 10001010 | 0 | 10010 | 101110 | 0 | 100101 | 1100100 | 1001101 |
Color Harmonies of #FFD28A
Complementary color
Monochromatic Colors of #FFD28A
Black with #FFD28A
Text Example
Text Example
White with #FFD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD28A; }
p { color: rgb(255,210,138); }
H1.HeaderClassName
{
color: #FFD28A;
}
.AnyTagClassName
{
color: #FFD28A;
}
</style>
background-color css
<style>
a { background-color: #FFD28A; }
a { background-color: rgb(255,210,138); }
div.DivClassName
{
background-color: #FFD28A;
}
.BgClassName
{
background-color: #FFD28A;
}
</style>
border-color css
<style>
span { border-color: #FFD28A; }
span { border-color: rgb(255,210,138); }
td.TdClassName
{
border-color: #FFD28A;
}
.TagClassName
{
border-color: #FFD28A;
}
</style>