Shades of Salomie #FFDB73
Tints of Salomie #FFDB73
RGB
CMYK
RGB Variations
Color information
#FFDB73 (or 0xFFDB73) is known color: Salomie. HEX triplet: FF, DB and 73. RGB value is (255,219,115). Sum of RGB (Red+Green+Blue) = 255+219+115=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB73 is #00248C. Grayscale: #DADADA. Windows color (decimal): -9357 or 7592959. OLE color: 7592959.
HSL color Cylindrical-coordinate representation of color #FFDB73: hue angle of 44.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFDB73 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 115 | - |
| CMYK | 0 | 0.14 | 0.55 | 0 |
| HSL | 44.57º | 1% | 0.73% | - |
| HSV(B) | 44.57º | 0.55% | 1% | - |
| XYZ | 69.67 | 73.16 | 26.67 | - |
| YUV | 217.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 115 | 0 | 0.14 | 0.55 | 0 | 44.57 | 1 | 0.73 |
| Hex | FF | DB | 73 | 0 | E | 37 | 0 | 2D | 64 | 49 |
| Octal | 377 | 333 | 163 | 0 | 16 | 67 | 0 | 55 | 144 | 111 |
| Binary | 11111111 | 11011011 | 1110011 | 0 | 1110 | 110111 | 0 | 101101 | 1100100 | 1001001 |
Color Harmonies of #FFDB73
Complementary color
Monochromatic Colors of #FFDB73
Black with #FFDB73
Text Example
Text Example
White with #FFDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB73; }
p { color: rgb(255,219,115); }
H1.HeaderClassName
{
color: #FFDB73;
}
.AnyTagClassName
{
color: #FFDB73;
}
</style>
background-color css
<style>
a { background-color: #FFDB73; }
a { background-color: rgb(255,219,115); }
div.DivClassName
{
background-color: #FFDB73;
}
.BgClassName
{
background-color: #FFDB73;
}
</style>
border-color css
<style>
span { border-color: #FFDB73; }
span { border-color: rgb(255,219,115); }
td.TdClassName
{
border-color: #FFDB73;
}
.TagClassName
{
border-color: #FFDB73;
}
</style>