Shades of Salomie #FFD86D
Tints of Salomie #FFD86D
RGB
CMYK
RGB Variations
Color information
#FFD86D (or 0xFFD86D) is known color: Salomie. HEX triplet: FF, D8 and 6D. RGB value is (255,216,109). Sum of RGB (Red+Green+Blue) = 255+216+109=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD86D is #002792. Grayscale: #D7D7D7. Windows color (decimal): -10131 or 7198975. OLE color: 7198975.
HSL color Cylindrical-coordinate representation of color #FFD86D: hue angle of 43.97º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFD86D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 109 | - |
| CMYK | 0 | 0.15 | 0.57 | 0 |
| HSL | 43.97º | 1% | 0.71% | - |
| HSV(B) | 43.97º | 0.57% | 1% | - |
| XYZ | 68.56 | 71.48 | 24.65 | - |
| YUV | 215.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 109 | 0 | 0.15 | 0.57 | 0 | 43.97 | 1 | 0.71 |
| Hex | FF | D8 | 6D | 0 | F | 39 | 0 | 2C | 64 | 47 |
| Octal | 377 | 330 | 155 | 0 | 17 | 71 | 0 | 54 | 144 | 107 |
| Binary | 11111111 | 11011000 | 1101101 | 0 | 1111 | 111001 | 0 | 101100 | 1100100 | 1000111 |
Color Harmonies of #FFD86D
Complementary color
Monochromatic Colors of #FFD86D
Black with #FFD86D
Text Example
Text Example
White with #FFD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD86D; }
p { color: rgb(255,216,109); }
H1.HeaderClassName
{
color: #FFD86D;
}
.AnyTagClassName
{
color: #FFD86D;
}
</style>
background-color css
<style>
a { background-color: #FFD86D; }
a { background-color: rgb(255,216,109); }
div.DivClassName
{
background-color: #FFD86D;
}
.BgClassName
{
background-color: #FFD86D;
}
</style>
border-color css
<style>
span { border-color: #FFD86D; }
span { border-color: rgb(255,216,109); }
td.TdClassName
{
border-color: #FFD86D;
}
.TagClassName
{
border-color: #FFD86D;
}
</style>