Shades of Salomie #FFDC78
Tints of Salomie #FFDC78
RGB
CMYK
RGB Variations
Color information
#FFDC78 (or 0xFFDC78) is known color: Salomie. HEX triplet: FF, DC and 78. RGB value is (255,220,120). Sum of RGB (Red+Green+Blue) = 255+220+120=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC78 is #002387. Grayscale: #DBDBDB. Windows color (decimal): -9096 or 7920895. OLE color: 7920895.
HSL color Cylindrical-coordinate representation of color #FFDC78: hue angle of 44.44º 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 #FFDC78 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 120 | - |
| CMYK | 0 | 0.14 | 0.53 | 0 |
| HSL | 44.44º | 1% | 0.74% | - |
| HSV(B) | 44.44º | 0.53% | 1% | - |
| XYZ | 70.22 | 73.8 | 28.31 | - |
| YUV | 219.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 120 | 0 | 0.14 | 0.53 | 0 | 44.44 | 1 | 0.74 |
| Hex | FF | DC | 78 | 0 | E | 35 | 0 | 2C | 64 | 4A |
| Octal | 377 | 334 | 170 | 0 | 16 | 65 | 0 | 54 | 144 | 112 |
| Binary | 11111111 | 11011100 | 1111000 | 0 | 1110 | 110101 | 0 | 101100 | 1100100 | 1001010 |
Color Harmonies of #FFDC78
Complementary color
Monochromatic Colors of #FFDC78
Black with #FFDC78
Text Example
Text Example
White with #FFDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC78; }
p { color: rgb(255,220,120); }
H1.HeaderClassName
{
color: #FFDC78;
}
.AnyTagClassName
{
color: #FFDC78;
}
</style>
background-color css
<style>
a { background-color: #FFDC78; }
a { background-color: rgb(255,220,120); }
div.DivClassName
{
background-color: #FFDC78;
}
.BgClassName
{
background-color: #FFDC78;
}
</style>
border-color css
<style>
span { border-color: #FFDC78; }
span { border-color: rgb(255,220,120); }
td.TdClassName
{
border-color: #FFDC78;
}
.TagClassName
{
border-color: #FFDC78;
}
</style>