Shades of Salomie #FFD97B
Tints of Salomie #FFD97B
RGB
CMYK
RGB Variations
Color information
#FFD97B (or 0xFFD97B) is known color: Salomie. HEX triplet: FF, D9 and 7B. RGB value is (255,217,123). Sum of RGB (Red+Green+Blue) = 255+217+123=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD97B is #002684. Grayscale: #DADADA. Windows color (decimal): -9861 or 8116735. OLE color: 8116735.
HSL color Cylindrical-coordinate representation of color #FFD97B: hue angle of 42.73º 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 #FFD97B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 123 | - |
| CMYK | 0 | 0.15 | 0.52 | 0 |
| HSL | 42.73º | 1% | 0.74% | - |
| HSV(B) | 42.73º | 0.52% | 1% | - |
| XYZ | 69.63 | 72.32 | 29.03 | - |
| YUV | 217.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 123 | 0 | 0.15 | 0.52 | 0 | 42.73 | 1 | 0.74 |
| Hex | FF | D9 | 7B | 0 | F | 34 | 0 | 2B | 64 | 4A |
| Octal | 377 | 331 | 173 | 0 | 17 | 64 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011001 | 1111011 | 0 | 1111 | 110100 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFD97B
Complementary color
Monochromatic Colors of #FFD97B
Black with #FFD97B
Text Example
Text Example
White with #FFD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD97B; }
p { color: rgb(255,217,123); }
H1.HeaderClassName
{
color: #FFD97B;
}
.AnyTagClassName
{
color: #FFD97B;
}
</style>
background-color css
<style>
a { background-color: #FFD97B; }
a { background-color: rgb(255,217,123); }
div.DivClassName
{
background-color: #FFD97B;
}
.BgClassName
{
background-color: #FFD97B;
}
</style>
border-color css
<style>
span { border-color: #FFD97B; }
span { border-color: rgb(255,217,123); }
td.TdClassName
{
border-color: #FFD97B;
}
.TagClassName
{
border-color: #FFD97B;
}
</style>