Shades of Salomie #FFD181
Tints of Salomie #FFD181
RGB
CMYK
RGB Variations
Color information
#FFD181 (or 0xFFD181) is known color: Salomie. HEX triplet: FF, D1 and 81. RGB value is (255,209,129). Sum of RGB (Red+Green+Blue) = 255+209+129=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD181 is #002E7E. Grayscale: #D6D6D6. Windows color (decimal): -11903 or 8507903. OLE color: 8507903.
HSL color Cylindrical-coordinate representation of color #FFD181: hue angle of 38.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD181 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 129 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 38.1º | 1% | 0.75% | - |
| HSV(B) | 38.1º | 0.49% | 1% | - |
| XYZ | 68 | 68.45 | 30.4 | - |
| YUV | 213.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 129 | 0 | 0.18 | 0.49 | 0 | 38.1 | 1 | 0.75 |
| Hex | FF | D1 | 81 | 0 | 12 | 31 | 0 | 26 | 64 | 4B |
| Octal | 377 | 321 | 201 | 0 | 22 | 61 | 0 | 46 | 144 | 113 |
| Binary | 11111111 | 11010001 | 10000001 | 0 | 10010 | 110001 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFD181
Complementary color
Monochromatic Colors of #FFD181
Black with #FFD181
Text Example
Text Example
White with #FFD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD181; }
p { color: rgb(255,209,129); }
H1.HeaderClassName
{
color: #FFD181;
}
.AnyTagClassName
{
color: #FFD181;
}
</style>
background-color css
<style>
a { background-color: #FFD181; }
a { background-color: rgb(255,209,129); }
div.DivClassName
{
background-color: #FFD181;
}
.BgClassName
{
background-color: #FFD181;
}
</style>
border-color css
<style>
span { border-color: #FFD181; }
span { border-color: rgb(255,209,129); }
td.TdClassName
{
border-color: #FFD181;
}
.TagClassName
{
border-color: #FFD181;
}
</style>