Shades of Salomie #FFD182
Tints of Salomie #FFD182
RGB
CMYK
RGB Variations
Color information
#FFD182 (or 0xFFD182) is known color: Salomie. HEX triplet: FF, D1 and 82. RGB value is (255,209,130). Sum of RGB (Red+Green+Blue) = 255+209+130=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD182 is #002E7D. Grayscale: #D6D6D6. Windows color (decimal): -11902 or 8573439. OLE color: 8573439.
HSL color Cylindrical-coordinate representation of color #FFD182: hue angle of 37.92º 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 #FFD182 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 130 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 37.92º | 1% | 0.75% | - |
| HSV(B) | 37.92º | 0.49% | 1% | - |
| XYZ | 68.07 | 68.47 | 30.75 | - |
| YUV | 213.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 130 | 0 | 0.18 | 0.49 | 0 | 37.92 | 1 | 0.75 |
| Hex | FF | D1 | 82 | 0 | 12 | 31 | 0 | 26 | 64 | 4B |
| Octal | 377 | 321 | 202 | 0 | 22 | 61 | 0 | 46 | 144 | 113 |
| Binary | 11111111 | 11010001 | 10000010 | 0 | 10010 | 110001 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFD182
Complementary color
Monochromatic Colors of #FFD182
Black with #FFD182
Text Example
Text Example
White with #FFD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD182; }
p { color: rgb(255,209,130); }
H1.HeaderClassName
{
color: #FFD182;
}
.AnyTagClassName
{
color: #FFD182;
}
</style>
background-color css
<style>
a { background-color: #FFD182; }
a { background-color: rgb(255,209,130); }
div.DivClassName
{
background-color: #FFD182;
}
.BgClassName
{
background-color: #FFD182;
}
</style>
border-color css
<style>
span { border-color: #FFD182; }
span { border-color: rgb(255,209,130); }
td.TdClassName
{
border-color: #FFD182;
}
.TagClassName
{
border-color: #FFD182;
}
</style>