Shades of Salomie #FFD96D
Tints of Salomie #FFD96D
RGB
CMYK
RGB Variations
Color information
#FFD96D (or 0xFFD96D) is known color: Salomie. HEX triplet: FF, D9 and 6D. RGB value is (255,217,109). Sum of RGB (Red+Green+Blue) = 255+217+109=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD96D is #002692. Grayscale: #D8D8D8. Windows color (decimal): -9875 or 7199231. OLE color: 7199231.
HSL color Cylindrical-coordinate representation of color #FFD96D: hue angle of 44.38º 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 #FFD96D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 109 | - |
| CMYK | 0 | 0.15 | 0.57 | 0 |
| HSL | 44.38º | 1% | 0.71% | - |
| HSV(B) | 44.38º | 0.57% | 1% | - |
| XYZ | 68.81 | 71.99 | 24.74 | - |
| YUV | 216.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 109 | 0 | 0.15 | 0.57 | 0 | 44.38 | 1 | 0.71 |
| Hex | FF | D9 | 6D | 0 | F | 39 | 0 | 2C | 64 | 47 |
| Octal | 377 | 331 | 155 | 0 | 17 | 71 | 0 | 54 | 144 | 107 |
| Binary | 11111111 | 11011001 | 1101101 | 0 | 1111 | 111001 | 0 | 101100 | 1100100 | 1000111 |
Color Harmonies of #FFD96D
Complementary color
Monochromatic Colors of #FFD96D
Black with #FFD96D
Text Example
Text Example
White with #FFD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD96D; }
p { color: rgb(255,217,109); }
H1.HeaderClassName
{
color: #FFD96D;
}
.AnyTagClassName
{
color: #FFD96D;
}
</style>
background-color css
<style>
a { background-color: #FFD96D; }
a { background-color: rgb(255,217,109); }
div.DivClassName
{
background-color: #FFD96D;
}
.BgClassName
{
background-color: #FFD96D;
}
</style>
border-color css
<style>
span { border-color: #FFD96D; }
span { border-color: rgb(255,217,109); }
td.TdClassName
{
border-color: #FFD96D;
}
.TagClassName
{
border-color: #FFD96D;
}
</style>