Shades of Salomie #FFD970
Tints of Salomie #FFD970
RGB
CMYK
RGB Variations
Color information
#FFD970 (or 0xFFD970) is known color: Salomie. HEX triplet: FF, D9 and 70. RGB value is (255,217,112). Sum of RGB (Red+Green+Blue) = 255+217+112=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD970 is #00268F. Grayscale: #D8D8D8. Windows color (decimal): -9872 or 7395839. OLE color: 7395839.
HSL color Cylindrical-coordinate representation of color #FFD970: hue angle of 44.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD970 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 112 | - |
| CMYK | 0 | 0.15 | 0.56 | 0 |
| HSL | 44.06º | 1% | 0.72% | - |
| HSV(B) | 44.06º | 0.56% | 1% | - |
| XYZ | 68.98 | 72.06 | 25.6 | - |
| YUV | 216.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 112 | 0 | 0.15 | 0.56 | 0 | 44.06 | 1 | 0.72 |
| Hex | FF | D9 | 70 | 0 | F | 38 | 0 | 2C | 64 | 48 |
| Octal | 377 | 331 | 160 | 0 | 17 | 70 | 0 | 54 | 144 | 110 |
| Binary | 11111111 | 11011001 | 1110000 | 0 | 1111 | 111000 | 0 | 101100 | 1100100 | 1001000 |
Color Harmonies of #FFD970
Complementary color
Monochromatic Colors of #FFD970
Black with #FFD970
Text Example
Text Example
White with #FFD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD970; }
p { color: rgb(255,217,112); }
H1.HeaderClassName
{
color: #FFD970;
}
.AnyTagClassName
{
color: #FFD970;
}
</style>
background-color css
<style>
a { background-color: #FFD970; }
a { background-color: rgb(255,217,112); }
div.DivClassName
{
background-color: #FFD970;
}
.BgClassName
{
background-color: #FFD970;
}
</style>
border-color css
<style>
span { border-color: #FFD970; }
span { border-color: rgb(255,217,112); }
td.TdClassName
{
border-color: #FFD970;
}
.TagClassName
{
border-color: #FFD970;
}
</style>