Shades of Salomie #FFD17A
Tints of Salomie #FFD17A
RGB
CMYK
RGB Variations
Color information
#FFD17A (or 0xFFD17A) is known color: Salomie. HEX triplet: FF, D1 and 7A. RGB value is (255,209,122). Sum of RGB (Red+Green+Blue) = 255+209+122=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD17A is #002E85. Grayscale: #D5D5D5. Windows color (decimal): -11910 or 8049151. OLE color: 8049151.
HSL color Cylindrical-coordinate representation of color #FFD17A: hue angle of 39.25º 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 #FFD17A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 122 | - |
| CMYK | 0 | 0.18 | 0.52 | 0 |
| HSL | 39.25º | 1% | 0.74% | - |
| HSV(B) | 39.25º | 0.52% | 1% | - |
| XYZ | 67.55 | 68.27 | 28.03 | - |
| YUV | 212.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 122 | 0 | 0.18 | 0.52 | 0 | 39.25 | 1 | 0.74 |
| Hex | FF | D1 | 7A | 0 | 12 | 34 | 0 | 27 | 64 | 4A |
| Octal | 377 | 321 | 172 | 0 | 22 | 64 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11010001 | 1111010 | 0 | 10010 | 110100 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFD17A
Complementary color
Monochromatic Colors of #FFD17A
Black with #FFD17A
Text Example
Text Example
White with #FFD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD17A; }
p { color: rgb(255,209,122); }
H1.HeaderClassName
{
color: #FFD17A;
}
.AnyTagClassName
{
color: #FFD17A;
}
</style>
background-color css
<style>
a { background-color: #FFD17A; }
a { background-color: rgb(255,209,122); }
div.DivClassName
{
background-color: #FFD17A;
}
.BgClassName
{
background-color: #FFD17A;
}
</style>
border-color css
<style>
span { border-color: #FFD17A; }
span { border-color: rgb(255,209,122); }
td.TdClassName
{
border-color: #FFD17A;
}
.TagClassName
{
border-color: #FFD17A;
}
</style>