Shades of Salomie #FFD478
Tints of Salomie #FFD478
RGB
CMYK
RGB Variations
Color information
#FFD478 (or 0xFFD478) is known color: Salomie. HEX triplet: FF, D4 and 78. RGB value is (255,212,120). Sum of RGB (Red+Green+Blue) = 255+212+120=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD478 is #002B87. Grayscale: #D6D6D6. Windows color (decimal): -11144 or 7918847. OLE color: 7918847.
HSL color Cylindrical-coordinate representation of color #FFD478: hue angle of 40.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD478 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 120 | - |
| CMYK | 0 | 0.17 | 0.53 | 0 |
| HSL | 40.89º | 1% | 0.74% | - |
| HSV(B) | 40.89º | 0.53% | 1% | - |
| XYZ | 68.17 | 69.7 | 27.63 | - |
| YUV | 214.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 120 | 0 | 0.17 | 0.53 | 0 | 40.89 | 1 | 0.74 |
| Hex | FF | D4 | 78 | 0 | 11 | 35 | 0 | 29 | 64 | 4A |
| Octal | 377 | 324 | 170 | 0 | 21 | 65 | 0 | 51 | 144 | 112 |
| Binary | 11111111 | 11010100 | 1111000 | 0 | 10001 | 110101 | 0 | 101001 | 1100100 | 1001010 |
Color Harmonies of #FFD478
Complementary color
Monochromatic Colors of #FFD478
Black with #FFD478
Text Example
Text Example
White with #FFD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD478; }
p { color: rgb(255,212,120); }
H1.HeaderClassName
{
color: #FFD478;
}
.AnyTagClassName
{
color: #FFD478;
}
</style>
background-color css
<style>
a { background-color: #FFD478; }
a { background-color: rgb(255,212,120); }
div.DivClassName
{
background-color: #FFD478;
}
.BgClassName
{
background-color: #FFD478;
}
</style>
border-color css
<style>
span { border-color: #FFD478; }
span { border-color: rgb(255,212,120); }
td.TdClassName
{
border-color: #FFD478;
}
.TagClassName
{
border-color: #FFD478;
}
</style>