Shades of Salomie #FFD180
Tints of Salomie #FFD180
RGB
CMYK
RGB Variations
Color information
#FFD180 (or 0xFFD180) is known color: Salomie. HEX triplet: FF, D1 and 80. RGB value is (255,209,128). Sum of RGB (Red+Green+Blue) = 255+209+128=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD180 is #002E7F. Grayscale: #D5D5D5. Windows color (decimal): -11904 or 8442367. OLE color: 8442367.
HSL color Cylindrical-coordinate representation of color #FFD180: hue angle of 38.27º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFD180 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 128 | - |
| CMYK | 0 | 0.18 | 0.50 | 0 |
| HSL | 38.27º | 1% | 0.75% | - |
| HSV(B) | 38.27º | 0.5% | 1% | - |
| XYZ | 67.94 | 68.42 | 30.05 | - |
| YUV | 213.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 128 | 0 | 0.18 | 0.50 | 0 | 38.27 | 1 | 0.75 |
| Hex | FF | D1 | 80 | 0 | 12 | 32 | 0 | 26 | 64 | 4B |
| Octal | 377 | 321 | 200 | 0 | 22 | 62 | 0 | 46 | 144 | 113 |
| Binary | 11111111 | 11010001 | 10000000 | 0 | 10010 | 110010 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFD180
Complementary color
Monochromatic Colors of #FFD180
Black with #FFD180
Text Example
Text Example
White with #FFD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD180; }
p { color: rgb(255,209,128); }
H1.HeaderClassName
{
color: #FFD180;
}
.AnyTagClassName
{
color: #FFD180;
}
</style>
background-color css
<style>
a { background-color: #FFD180; }
a { background-color: rgb(255,209,128); }
div.DivClassName
{
background-color: #FFD180;
}
.BgClassName
{
background-color: #FFD180;
}
</style>
border-color css
<style>
span { border-color: #FFD180; }
span { border-color: rgb(255,209,128); }
td.TdClassName
{
border-color: #FFD180;
}
.TagClassName
{
border-color: #FFD180;
}
</style>