Shades of Cherokee #FFD28B
Tints of Cherokee #FFD28B
RGB
CMYK
RGB Variations
Color information
#FFD28B (or 0xFFD28B) is known color: Cherokee. HEX triplet: FF, D2 and 8B. RGB value is (255,210,139). Sum of RGB (Red+Green+Blue) = 255+210+139=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28B is #002D74. Grayscale: #D7D7D7. Windows color (decimal): -11637 or 9163519. OLE color: 9163519.
HSL color Cylindrical-coordinate representation of color #FFD28B: hue angle of 36.72º 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 #FFD28B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 36.72º | 1% | 0.77% | - |
| HSV(B) | 36.72º | 0.45% | 1% | - |
| XYZ | 68.95 | 69.22 | 34.15 | - |
| YUV | 215.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 139 | 0 | 0.18 | 0.45 | 0 | 36.72 | 1 | 0.77 |
| Hex | FF | D2 | 8B | 0 | 12 | 2D | 0 | 25 | 64 | 4D |
| Octal | 377 | 322 | 213 | 0 | 22 | 55 | 0 | 45 | 144 | 115 |
| Binary | 11111111 | 11010010 | 10001011 | 0 | 10010 | 101101 | 0 | 100101 | 1100100 | 1001101 |
Color Harmonies of #FFD28B
Complementary color
Monochromatic Colors of #FFD28B
Black with #FFD28B
Text Example
Text Example
White with #FFD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD28B; }
p { color: rgb(255,210,139); }
H1.HeaderClassName
{
color: #FFD28B;
}
.AnyTagClassName
{
color: #FFD28B;
}
</style>
background-color css
<style>
a { background-color: #FFD28B; }
a { background-color: rgb(255,210,139); }
div.DivClassName
{
background-color: #FFD28B;
}
.BgClassName
{
background-color: #FFD28B;
}
</style>
border-color css
<style>
span { border-color: #FFD28B; }
span { border-color: rgb(255,210,139); }
td.TdClassName
{
border-color: #FFD28B;
}
.TagClassName
{
border-color: #FFD28B;
}
</style>