Shades of Salomie #FFD676
Tints of Salomie #FFD676
RGB
CMYK
RGB Variations
Color information
#FFD676 (or 0xFFD676) is known color: Salomie. HEX triplet: FF, D6 and 76. RGB value is (255,214,118). Sum of RGB (Red+Green+Blue) = 255+214+118=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD676 is #002989. Grayscale: #D7D7D7. Windows color (decimal): -10634 or 7788287. OLE color: 7788287.
HSL color Cylindrical-coordinate representation of color #FFD676: hue angle of 42.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFD676 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 118 | - |
| CMYK | 0 | 0.16 | 0.54 | 0 |
| HSL | 42.04º | 1% | 0.73% | - |
| HSV(B) | 42.04º | 0.54% | 1% | - |
| XYZ | 68.56 | 70.66 | 27.17 | - |
| YUV | 215.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 118 | 0 | 0.16 | 0.54 | 0 | 42.04 | 1 | 0.73 |
| Hex | FF | D6 | 76 | 0 | 10 | 36 | 0 | 2A | 64 | 49 |
| Octal | 377 | 326 | 166 | 0 | 20 | 66 | 0 | 52 | 144 | 111 |
| Binary | 11111111 | 11010110 | 1110110 | 0 | 10000 | 110110 | 0 | 101010 | 1100100 | 1001001 |
Color Harmonies of #FFD676
Complementary color
Monochromatic Colors of #FFD676
Black with #FFD676
Text Example
Text Example
White with #FFD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD676; }
p { color: rgb(255,214,118); }
H1.HeaderClassName
{
color: #FFD676;
}
.AnyTagClassName
{
color: #FFD676;
}
</style>
background-color css
<style>
a { background-color: #FFD676; }
a { background-color: rgb(255,214,118); }
div.DivClassName
{
background-color: #FFD676;
}
.BgClassName
{
background-color: #FFD676;
}
</style>
border-color css
<style>
span { border-color: #FFD676; }
span { border-color: rgb(255,214,118); }
td.TdClassName
{
border-color: #FFD676;
}
.TagClassName
{
border-color: #FFD676;
}
</style>