Shades of Salomie #FFD785
Tints of Salomie #FFD785
RGB
CMYK
RGB Variations
Color information
#FFD785 (or 0xFFD785) is known color: Salomie. HEX triplet: FF, D7 and 85. RGB value is (255,215,133). Sum of RGB (Red+Green+Blue) = 255+215+133=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD785 is #00287A. Grayscale: #D9D9D9. Windows color (decimal): -10363 or 8771583. OLE color: 8771583.
HSL color Cylindrical-coordinate representation of color #FFD785: hue angle of 40.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFD785 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 133 | - |
| CMYK | 0 | 0.16 | 0.48 | 0 |
| HSL | 40.33º | 1% | 0.76% | - |
| HSV(B) | 40.33º | 0.48% | 1% | - |
| XYZ | 69.77 | 71.55 | 32.32 | - |
| YUV | 217.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 133 | 0 | 0.16 | 0.48 | 0 | 40.33 | 1 | 0.76 |
| Hex | FF | D7 | 85 | 0 | 10 | 30 | 0 | 28 | 64 | 4C |
| Octal | 377 | 327 | 205 | 0 | 20 | 60 | 0 | 50 | 144 | 114 |
| Binary | 11111111 | 11010111 | 10000101 | 0 | 10000 | 110000 | 0 | 101000 | 1100100 | 1001100 |
Color Harmonies of #FFD785
Complementary color
Monochromatic Colors of #FFD785
Black with #FFD785
Text Example
Text Example
White with #FFD785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD785; }
p { color: rgb(255,215,133); }
H1.HeaderClassName
{
color: #FFD785;
}
.AnyTagClassName
{
color: #FFD785;
}
</style>
background-color css
<style>
a { background-color: #FFD785; }
a { background-color: rgb(255,215,133); }
div.DivClassName
{
background-color: #FFD785;
}
.BgClassName
{
background-color: #FFD785;
}
</style>
border-color css
<style>
span { border-color: #FFD785; }
span { border-color: rgb(255,215,133); }
td.TdClassName
{
border-color: #FFD785;
}
.TagClassName
{
border-color: #FFD785;
}
</style>