Shades of Salomie #FFD97A
Tints of Salomie #FFD97A
RGB
CMYK
RGB Variations
Color information
#FFD97A (or 0xFFD97A) is known color: Salomie. HEX triplet: FF, D9 and 7A. RGB value is (255,217,122). Sum of RGB (Red+Green+Blue) = 255+217+122=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD97A is #002685. Grayscale: #D9D9D9. Windows color (decimal): -9862 or 8051199. OLE color: 8051199.
HSL color Cylindrical-coordinate representation of color #FFD97A: hue angle of 42.86º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFD97A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0 |
| HSL | 42.86º | 1% | 0.74% | - |
| HSV(B) | 42.86º | 0.52% | 1% | - |
| XYZ | 69.57 | 72.29 | 28.7 | - |
| YUV | 217.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 122 | 0 | 0.15 | 0.52 | 0 | 42.86 | 1 | 0.74 |
| Hex | FF | D9 | 7A | 0 | F | 34 | 0 | 2B | 64 | 4A |
| Octal | 377 | 331 | 172 | 0 | 17 | 64 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011001 | 1111010 | 0 | 1111 | 110100 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFD97A
Complementary color
Monochromatic Colors of #FFD97A
Black with #FFD97A
Text Example
Text Example
White with #FFD97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD97A; }
p { color: rgb(255,217,122); }
H1.HeaderClassName
{
color: #FFD97A;
}
.AnyTagClassName
{
color: #FFD97A;
}
</style>
background-color css
<style>
a { background-color: #FFD97A; }
a { background-color: rgb(255,217,122); }
div.DivClassName
{
background-color: #FFD97A;
}
.BgClassName
{
background-color: #FFD97A;
}
</style>
border-color css
<style>
span { border-color: #FFD97A; }
span { border-color: rgb(255,217,122); }
td.TdClassName
{
border-color: #FFD97A;
}
.TagClassName
{
border-color: #FFD97A;
}
</style>