Shades of Splash #F7DB99
Tints of Splash #F7DB99
RGB
CMYK
RGB Variations
Color information
#F7DB99 (or 0xF7DB99) is known color: Splash. HEX triplet: F7, DB and 99. RGB value is (247,219,153). Sum of RGB (Red+Green+Blue) = 247+219+153=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DB99 is #082466. Grayscale: #DCDCDC. Windows color (decimal): -533607 or 10083319. OLE color: 10083319.
HSL color Cylindrical-coordinate representation of color #F7DB99: hue angle of 42.13º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7DB99 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 153 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.03 |
| HSL | 42.13º | 0.85% | 0.78% | - |
| HSV(B) | 42.13º | 0.38% | 0.97% | - |
| XYZ | 69.44 | 72.74 | 40.52 | - |
| YUV | 219.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 153 | 0 | 0.11 | 0.38 | 0.03 | 42.13 | 0.85 | 0.78 |
| Hex | F7 | DB | 99 | 0 | B | 26 | 3 | 2A | 55 | 4E |
| Octal | 367 | 333 | 231 | 0 | 13 | 46 | 3 | 52 | 125 | 116 |
| Binary | 11110111 | 11011011 | 10011001 | 0 | 1011 | 100110 | 11 | 101010 | 1010101 | 1001110 |
Color Harmonies of #F7DB99
Complementary color
Monochromatic Colors of #F7DB99
Black with #F7DB99
Text Example
Text Example
White with #F7DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB99; }
p { color: rgb(247,219,153); }
H1.HeaderClassName
{
color: #F7DB99;
}
.AnyTagClassName
{
color: #F7DB99;
}
</style>
background-color css
<style>
a { background-color: #F7DB99; }
a { background-color: rgb(247,219,153); }
div.DivClassName
{
background-color: #F7DB99;
}
.BgClassName
{
background-color: #F7DB99;
}
</style>
border-color css
<style>
span { border-color: #F7DB99; }
span { border-color: rgb(247,219,153); }
td.TdClassName
{
border-color: #F7DB99;
}
.TagClassName
{
border-color: #F7DB99;
}
</style>