Shades of Cherokee #FFD387
Tints of Cherokee #FFD387
RGB
CMYK
RGB Variations
Color information
#FFD387 (or 0xFFD387) is known color: Cherokee. HEX triplet: FF, D3 and 87. RGB value is (255,211,135). Sum of RGB (Red+Green+Blue) = 255+211+135=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD387 is #002C78. Grayscale: #D7D7D7. Windows color (decimal): -11385 or 8901631. OLE color: 8901631.
HSL color Cylindrical-coordinate representation of color #FFD387: hue angle of 38º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFD387 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 135 | - |
| CMYK | 0 | 0.17 | 0.47 | 0 |
| HSL | 38º | 1% | 0.76% | - |
| HSV(B) | 38º | 0.47% | 1% | - |
| XYZ | 68.91 | 69.6 | 32.72 | - |
| YUV | 215.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 135 | 0 | 0.17 | 0.47 | 0 | 38 | 1 | 0.76 |
| Hex | FF | D3 | 87 | 0 | 11 | 2F | 0 | 26 | 64 | 4C |
| Octal | 377 | 323 | 207 | 0 | 21 | 57 | 0 | 46 | 144 | 114 |
| Binary | 11111111 | 11010011 | 10000111 | 0 | 10001 | 101111 | 0 | 100110 | 1100100 | 1001100 |
Color Harmonies of #FFD387
Complementary color
Monochromatic Colors of #FFD387
Black with #FFD387
Text Example
Text Example
White with #FFD387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD387; }
p { color: rgb(255,211,135); }
H1.HeaderClassName
{
color: #FFD387;
}
.AnyTagClassName
{
color: #FFD387;
}
</style>
background-color css
<style>
a { background-color: #FFD387; }
a { background-color: rgb(255,211,135); }
div.DivClassName
{
background-color: #FFD387;
}
.BgClassName
{
background-color: #FFD387;
}
</style>
border-color css
<style>
span { border-color: #FFD387; }
span { border-color: rgb(255,211,135); }
td.TdClassName
{
border-color: #FFD387;
}
.TagClassName
{
border-color: #FFD387;
}
</style>