Shades of Salomie #FFD774
Tints of Salomie #FFD774
RGB
CMYK
RGB Variations
Color information
#FFD774 (or 0xFFD774) is known color: Salomie. HEX triplet: FF, D7 and 74. RGB value is (255,215,116). Sum of RGB (Red+Green+Blue) = 255+215+116=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD774 is #00288B. Grayscale: #D8D8D8. Windows color (decimal): -10380 or 7657471. OLE color: 7657471.
HSL color Cylindrical-coordinate representation of color #FFD774: hue angle of 42.73º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD774 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 116 | - |
| CMYK | 0 | 0.16 | 0.55 | 0 |
| HSL | 42.73º | 1% | 0.73% | - |
| HSV(B) | 42.73º | 0.55% | 1% | - |
| XYZ | 68.69 | 71.12 | 26.63 | - |
| YUV | 215.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 116 | 0 | 0.16 | 0.55 | 0 | 42.73 | 1 | 0.73 |
| Hex | FF | D7 | 74 | 0 | 10 | 37 | 0 | 2B | 64 | 49 |
| Octal | 377 | 327 | 164 | 0 | 20 | 67 | 0 | 53 | 144 | 111 |
| Binary | 11111111 | 11010111 | 1110100 | 0 | 10000 | 110111 | 0 | 101011 | 1100100 | 1001001 |
Color Harmonies of #FFD774
Complementary color
Monochromatic Colors of #FFD774
Black with #FFD774
Text Example
Text Example
White with #FFD774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD774; }
p { color: rgb(255,215,116); }
H1.HeaderClassName
{
color: #FFD774;
}
.AnyTagClassName
{
color: #FFD774;
}
</style>
background-color css
<style>
a { background-color: #FFD774; }
a { background-color: rgb(255,215,116); }
div.DivClassName
{
background-color: #FFD774;
}
.BgClassName
{
background-color: #FFD774;
}
</style>
border-color css
<style>
span { border-color: #FFD774; }
span { border-color: rgb(255,215,116); }
td.TdClassName
{
border-color: #FFD774;
}
.TagClassName
{
border-color: #FFD774;
}
</style>