Shades of Cherokee #FFD285
Tints of Cherokee #FFD285
RGB
CMYK
RGB Variations
Color information
#FFD285 (or 0xFFD285) is known color: Cherokee. HEX triplet: FF, D2 and 85. RGB value is (255,210,133). Sum of RGB (Red+Green+Blue) = 255+210+133=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD285 is #002D7A. Grayscale: #D7D7D7. Windows color (decimal): -11643 or 8770303. OLE color: 8770303.
HSL color Cylindrical-coordinate representation of color #FFD285: hue angle of 37.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFD285 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 133 | - |
| CMYK | 0 | 0.18 | 0.48 | 0 |
| HSL | 37.87º | 1% | 0.76% | - |
| HSV(B) | 37.87º | 0.48% | 1% | - |
| XYZ | 68.52 | 69.05 | 31.91 | - |
| YUV | 214.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 133 | 0 | 0.18 | 0.48 | 0 | 37.87 | 1 | 0.76 |
| Hex | FF | D2 | 85 | 0 | 12 | 30 | 0 | 26 | 64 | 4C |
| Octal | 377 | 322 | 205 | 0 | 22 | 60 | 0 | 46 | 144 | 114 |
| Binary | 11111111 | 11010010 | 10000101 | 0 | 10010 | 110000 | 0 | 100110 | 1100100 | 1001100 |
Color Harmonies of #FFD285
Complementary color
Monochromatic Colors of #FFD285
Black with #FFD285
Text Example
Text Example
White with #FFD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD285; }
p { color: rgb(255,210,133); }
H1.HeaderClassName
{
color: #FFD285;
}
.AnyTagClassName
{
color: #FFD285;
}
</style>
background-color css
<style>
a { background-color: #FFD285; }
a { background-color: rgb(255,210,133); }
div.DivClassName
{
background-color: #FFD285;
}
.BgClassName
{
background-color: #FFD285;
}
</style>
border-color css
<style>
span { border-color: #FFD285; }
span { border-color: rgb(255,210,133); }
td.TdClassName
{
border-color: #FFD285;
}
.TagClassName
{
border-color: #FFD285;
}
</style>