Shades of Salomie #FFD674
Tints of Salomie #FFD674
RGB
CMYK
RGB Variations
Color information
#FFD674 (or 0xFFD674) is known color: Salomie. HEX triplet: FF, D6 and 74. RGB value is (255,214,116). Sum of RGB (Red+Green+Blue) = 255+214+116=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD674 is #00298B. Grayscale: #D7D7D7. Windows color (decimal): -10636 or 7657215. OLE color: 7657215.
HSL color Cylindrical-coordinate representation of color #FFD674: hue angle of 42.3º 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 #FFD674 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 116 | - |
| CMYK | 0 | 0.16 | 0.55 | 0 |
| HSL | 42.3º | 1% | 0.73% | - |
| HSV(B) | 42.3º | 0.55% | 1% | - |
| XYZ | 68.44 | 70.61 | 26.55 | - |
| YUV | 215.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 116 | 0 | 0.16 | 0.55 | 0 | 42.3 | 1 | 0.73 |
| Hex | FF | D6 | 74 | 0 | 10 | 37 | 0 | 2A | 64 | 49 |
| Octal | 377 | 326 | 164 | 0 | 20 | 67 | 0 | 52 | 144 | 111 |
| Binary | 11111111 | 11010110 | 1110100 | 0 | 10000 | 110111 | 0 | 101010 | 1100100 | 1001001 |
Color Harmonies of #FFD674
Complementary color
Monochromatic Colors of #FFD674
Black with #FFD674
Text Example
Text Example
White with #FFD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD674; }
p { color: rgb(255,214,116); }
H1.HeaderClassName
{
color: #FFD674;
}
.AnyTagClassName
{
color: #FFD674;
}
</style>
background-color css
<style>
a { background-color: #FFD674; }
a { background-color: rgb(255,214,116); }
div.DivClassName
{
background-color: #FFD674;
}
.BgClassName
{
background-color: #FFD674;
}
</style>
border-color css
<style>
span { border-color: #FFD674; }
span { border-color: rgb(255,214,116); }
td.TdClassName
{
border-color: #FFD674;
}
.TagClassName
{
border-color: #FFD674;
}
</style>