Shades of Salomie #FFD682
Tints of Salomie #FFD682
RGB
CMYK
RGB Variations
Color information
#FFD682 (or 0xFFD682) is known color: Salomie. HEX triplet: FF, D6 and 82. RGB value is (255,214,130). Sum of RGB (Red+Green+Blue) = 255+214+130=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD682 is #00297D. Grayscale: #D9D9D9. Windows color (decimal): -10622 or 8574719. OLE color: 8574719.
HSL color Cylindrical-coordinate representation of color #FFD682: hue angle of 40.32º 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 #FFD682 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 130 | - |
| CMYK | 0 | 0.16 | 0.49 | 0 |
| HSL | 40.32º | 1% | 0.75% | - |
| HSV(B) | 40.32º | 0.49% | 1% | - |
| XYZ | 69.32 | 70.96 | 31.16 | - |
| YUV | 216.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 130 | 0 | 0.16 | 0.49 | 0 | 40.32 | 1 | 0.75 |
| Hex | FF | D6 | 82 | 0 | 10 | 31 | 0 | 28 | 64 | 4B |
| Octal | 377 | 326 | 202 | 0 | 20 | 61 | 0 | 50 | 144 | 113 |
| Binary | 11111111 | 11010110 | 10000010 | 0 | 10000 | 110001 | 0 | 101000 | 1100100 | 1001011 |
Color Harmonies of #FFD682
Complementary color
Monochromatic Colors of #FFD682
Black with #FFD682
Text Example
Text Example
White with #FFD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD682; }
p { color: rgb(255,214,130); }
H1.HeaderClassName
{
color: #FFD682;
}
.AnyTagClassName
{
color: #FFD682;
}
</style>
background-color css
<style>
a { background-color: #FFD682; }
a { background-color: rgb(255,214,130); }
div.DivClassName
{
background-color: #FFD682;
}
.BgClassName
{
background-color: #FFD682;
}
</style>
border-color css
<style>
span { border-color: #FFD682; }
span { border-color: rgb(255,214,130); }
td.TdClassName
{
border-color: #FFD682;
}
.TagClassName
{
border-color: #FFD682;
}
</style>