Shades of Salomie #FFD178
Tints of Salomie #FFD178
RGB
CMYK
RGB Variations
Color information
#FFD178 (or 0xFFD178) is known color: Salomie. HEX triplet: FF, D1 and 78. RGB value is (255,209,120). Sum of RGB (Red+Green+Blue) = 255+209+120=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD178 is #002E87. Grayscale: #D5D5D5. Windows color (decimal): -11912 or 7918079. OLE color: 7918079.
HSL color Cylindrical-coordinate representation of color #FFD178: hue angle of 39.56º 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 #FFD178 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 120 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 39.56º | 1% | 0.74% | - |
| HSV(B) | 39.56º | 0.53% | 1% | - |
| XYZ | 67.43 | 68.22 | 27.38 | - |
| YUV | 212.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 120 | 0 | 0.18 | 0.53 | 0 | 39.56 | 1 | 0.74 |
| Hex | FF | D1 | 78 | 0 | 12 | 35 | 0 | 28 | 64 | 4A |
| Octal | 377 | 321 | 170 | 0 | 22 | 65 | 0 | 50 | 144 | 112 |
| Binary | 11111111 | 11010001 | 1111000 | 0 | 10010 | 110101 | 0 | 101000 | 1100100 | 1001010 |
Color Harmonies of #FFD178
Complementary color
Monochromatic Colors of #FFD178
Black with #FFD178
Text Example
Text Example
White with #FFD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD178; }
p { color: rgb(255,209,120); }
H1.HeaderClassName
{
color: #FFD178;
}
.AnyTagClassName
{
color: #FFD178;
}
</style>
background-color css
<style>
a { background-color: #FFD178; }
a { background-color: rgb(255,209,120); }
div.DivClassName
{
background-color: #FFD178;
}
.BgClassName
{
background-color: #FFD178;
}
</style>
border-color css
<style>
span { border-color: #FFD178; }
span { border-color: rgb(255,209,120); }
td.TdClassName
{
border-color: #FFD178;
}
.TagClassName
{
border-color: #FFD178;
}
</style>