Shades of Salomie #FFD97D
Tints of Salomie #FFD97D
RGB
CMYK
RGB Variations
Color information
#FFD97D (or 0xFFD97D) is known color: Salomie. HEX triplet: FF, D9 and 7D. RGB value is (255,217,125). Sum of RGB (Red+Green+Blue) = 255+217+125=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD97D is #002682. Grayscale: #DADADA. Windows color (decimal): -9859 or 8247807. OLE color: 8247807.
HSL color Cylindrical-coordinate representation of color #FFD97D: hue angle of 42.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD97D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 125 | - |
| CMYK | 0 | 0.15 | 0.51 | 0 |
| HSL | 42.46º | 1% | 0.75% | - |
| HSV(B) | 42.46º | 0.51% | 1% | - |
| XYZ | 69.75 | 72.37 | 29.69 | - |
| YUV | 217.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 125 | 0 | 0.15 | 0.51 | 0 | 42.46 | 1 | 0.75 |
| Hex | FF | D9 | 7D | 0 | F | 33 | 0 | 2A | 64 | 4B |
| Octal | 377 | 331 | 175 | 0 | 17 | 63 | 0 | 52 | 144 | 113 |
| Binary | 11111111 | 11011001 | 1111101 | 0 | 1111 | 110011 | 0 | 101010 | 1100100 | 1001011 |
Color Harmonies of #FFD97D
Complementary color
Monochromatic Colors of #FFD97D
Black with #FFD97D
Text Example
Text Example
White with #FFD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD97D; }
p { color: rgb(255,217,125); }
H1.HeaderClassName
{
color: #FFD97D;
}
.AnyTagClassName
{
color: #FFD97D;
}
</style>
background-color css
<style>
a { background-color: #FFD97D; }
a { background-color: rgb(255,217,125); }
div.DivClassName
{
background-color: #FFD97D;
}
.BgClassName
{
background-color: #FFD97D;
}
</style>
border-color css
<style>
span { border-color: #FFD97D; }
span { border-color: rgb(255,217,125); }
td.TdClassName
{
border-color: #FFD97D;
}
.TagClassName
{
border-color: #FFD97D;
}
</style>