Shades of Salomie #FFD578
Tints of Salomie #FFD578
RGB
CMYK
RGB Variations
Color information
#FFD578 (or 0xFFD578) is known color: Salomie. HEX triplet: FF, D5 and 78. RGB value is (255,213,120). Sum of RGB (Red+Green+Blue) = 255+213+120=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD578 is #002A87. Grayscale: #D7D7D7. Windows color (decimal): -10888 or 7919103. OLE color: 7919103.
HSL color Cylindrical-coordinate representation of color #FFD578: hue angle of 41.33º 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 #FFD578 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 120 | - |
| CMYK | 0 | 0.16 | 0.53 | 0 |
| HSL | 41.33º | 1% | 0.74% | - |
| HSV(B) | 41.33º | 0.53% | 1% | - |
| XYZ | 68.42 | 70.2 | 27.71 | - |
| YUV | 214.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 120 | 0 | 0.16 | 0.53 | 0 | 41.33 | 1 | 0.74 |
| Hex | FF | D5 | 78 | 0 | 10 | 35 | 0 | 29 | 64 | 4A |
| Octal | 377 | 325 | 170 | 0 | 20 | 65 | 0 | 51 | 144 | 112 |
| Binary | 11111111 | 11010101 | 1111000 | 0 | 10000 | 110101 | 0 | 101001 | 1100100 | 1001010 |
Color Harmonies of #FFD578
Complementary color
Monochromatic Colors of #FFD578
Black with #FFD578
Text Example
Text Example
White with #FFD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD578; }
p { color: rgb(255,213,120); }
H1.HeaderClassName
{
color: #FFD578;
}
.AnyTagClassName
{
color: #FFD578;
}
</style>
background-color css
<style>
a { background-color: #FFD578; }
a { background-color: rgb(255,213,120); }
div.DivClassName
{
background-color: #FFD578;
}
.BgClassName
{
background-color: #FFD578;
}
</style>
border-color css
<style>
span { border-color: #FFD578; }
span { border-color: rgb(255,213,120); }
td.TdClassName
{
border-color: #FFD578;
}
.TagClassName
{
border-color: #FFD578;
}
</style>