Shades of Salomie #FFD485
Tints of Salomie #FFD485
RGB
CMYK
RGB Variations
Color information
#FFD485 (or 0xFFD485) is known color: Salomie. HEX triplet: FF, D4 and 85. RGB value is (255,212,133). Sum of RGB (Red+Green+Blue) = 255+212+133=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD485 is #002B7A. Grayscale: #D8D8D8. Windows color (decimal): -11131 or 8770815. OLE color: 8770815.
HSL color Cylindrical-coordinate representation of color #FFD485: hue angle of 38.85º 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 #FFD485 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 133 | - |
| CMYK | 0 | 0.17 | 0.48 | 0 |
| HSL | 38.85º | 1% | 0.76% | - |
| HSV(B) | 38.85º | 0.48% | 1% | - |
| XYZ | 69.02 | 70.04 | 32.07 | - |
| YUV | 215.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 133 | 0 | 0.17 | 0.48 | 0 | 38.85 | 1 | 0.76 |
| Hex | FF | D4 | 85 | 0 | 11 | 30 | 0 | 27 | 64 | 4C |
| Octal | 377 | 324 | 205 | 0 | 21 | 60 | 0 | 47 | 144 | 114 |
| Binary | 11111111 | 11010100 | 10000101 | 0 | 10001 | 110000 | 0 | 100111 | 1100100 | 1001100 |
Color Harmonies of #FFD485
Complementary color
Monochromatic Colors of #FFD485
Black with #FFD485
Text Example
Text Example
White with #FFD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD485; }
p { color: rgb(255,212,133); }
H1.HeaderClassName
{
color: #FFD485;
}
.AnyTagClassName
{
color: #FFD485;
}
</style>
background-color css
<style>
a { background-color: #FFD485; }
a { background-color: rgb(255,212,133); }
div.DivClassName
{
background-color: #FFD485;
}
.BgClassName
{
background-color: #FFD485;
}
</style>
border-color css
<style>
span { border-color: #FFD485; }
span { border-color: rgb(255,212,133); }
td.TdClassName
{
border-color: #FFD485;
}
.TagClassName
{
border-color: #FFD485;
}
</style>