Shades of Salomie #FFD678
Tints of Salomie #FFD678
RGB
CMYK
RGB Variations
Color information
#FFD678 (or 0xFFD678) is known color: Salomie. HEX triplet: FF, D6 and 78. RGB value is (255,214,120). Sum of RGB (Red+Green+Blue) = 255+214+120=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD678 is #002987. Grayscale: #D7D7D7. Windows color (decimal): -10632 or 7919359. OLE color: 7919359.
HSL color Cylindrical-coordinate representation of color #FFD678: hue angle of 41.78º 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 #FFD678 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 120 | - |
| CMYK | 0 | 0.16 | 0.53 | 0 |
| HSL | 41.78º | 1% | 0.74% | - |
| HSV(B) | 41.78º | 0.53% | 1% | - |
| XYZ | 68.68 | 70.71 | 27.8 | - |
| YUV | 215.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 120 | 0 | 0.16 | 0.53 | 0 | 41.78 | 1 | 0.74 |
| Hex | FF | D6 | 78 | 0 | 10 | 35 | 0 | 2A | 64 | 4A |
| Octal | 377 | 326 | 170 | 0 | 20 | 65 | 0 | 52 | 144 | 112 |
| Binary | 11111111 | 11010110 | 1111000 | 0 | 10000 | 110101 | 0 | 101010 | 1100100 | 1001010 |
Color Harmonies of #FFD678
Complementary color
Monochromatic Colors of #FFD678
Black with #FFD678
Text Example
Text Example
White with #FFD678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD678; }
p { color: rgb(255,214,120); }
H1.HeaderClassName
{
color: #FFD678;
}
.AnyTagClassName
{
color: #FFD678;
}
</style>
background-color css
<style>
a { background-color: #FFD678; }
a { background-color: rgb(255,214,120); }
div.DivClassName
{
background-color: #FFD678;
}
.BgClassName
{
background-color: #FFD678;
}
</style>
border-color css
<style>
span { border-color: #FFD678; }
span { border-color: rgb(255,214,120); }
td.TdClassName
{
border-color: #FFD678;
}
.TagClassName
{
border-color: #FFD678;
}
</style>