Shades of Salomie #FFD882
Tints of Salomie #FFD882
RGB
CMYK
RGB Variations
Color information
#FFD882 (or 0xFFD882) is known color: Salomie. HEX triplet: FF, D8 and 82. RGB value is (255,216,130). Sum of RGB (Red+Green+Blue) = 255+216+130=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD882 is #00277D. Grayscale: #DADADA. Windows color (decimal): -10110 or 8575231. OLE color: 8575231.
HSL color Cylindrical-coordinate representation of color #FFD882: hue angle of 41.28º 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 #FFD882 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 130 | - |
| CMYK | 0 | 0.15 | 0.49 | 0 |
| HSL | 41.28º | 1% | 0.75% | - |
| HSV(B) | 41.28º | 0.49% | 1% | - |
| XYZ | 69.83 | 71.98 | 31.33 | - |
| YUV | 217.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 130 | 0 | 0.15 | 0.49 | 0 | 41.28 | 1 | 0.75 |
| Hex | FF | D8 | 82 | 0 | F | 31 | 0 | 29 | 64 | 4B |
| Octal | 377 | 330 | 202 | 0 | 17 | 61 | 0 | 51 | 144 | 113 |
| Binary | 11111111 | 11011000 | 10000010 | 0 | 1111 | 110001 | 0 | 101001 | 1100100 | 1001011 |
Color Harmonies of #FFD882
Complementary color
Monochromatic Colors of #FFD882
Black with #FFD882
Text Example
Text Example
White with #FFD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD882; }
p { color: rgb(255,216,130); }
H1.HeaderClassName
{
color: #FFD882;
}
.AnyTagClassName
{
color: #FFD882;
}
</style>
background-color css
<style>
a { background-color: #FFD882; }
a { background-color: rgb(255,216,130); }
div.DivClassName
{
background-color: #FFD882;
}
.BgClassName
{
background-color: #FFD882;
}
</style>
border-color css
<style>
span { border-color: #FFD882; }
span { border-color: rgb(255,216,130); }
td.TdClassName
{
border-color: #FFD882;
}
.TagClassName
{
border-color: #FFD882;
}
</style>