Shades of Splash #F7DB9D
Tints of Splash #F7DB9D
RGB
CMYK
RGB Variations
Color information
#F7DB9D (or 0xF7DB9D) is known color: Splash. HEX triplet: F7, DB and 9D. RGB value is (247,219,157). Sum of RGB (Red+Green+Blue) = 247+219+157=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DB9D is #082462. Grayscale: #DCDCDC. Windows color (decimal): -533603 or 10345463. OLE color: 10345463.
HSL color Cylindrical-coordinate representation of color #F7DB9D: hue angle of 41.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7DB9D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 157 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.03 |
| HSL | 41.33º | 0.85% | 0.79% | - |
| HSV(B) | 41.33º | 0.36% | 0.97% | - |
| XYZ | 69.78 | 72.87 | 42.29 | - |
| YUV | 220.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 157 | 0 | 0.11 | 0.36 | 0.03 | 41.33 | 0.85 | 0.79 |
| Hex | F7 | DB | 9D | 0 | B | 24 | 3 | 29 | 55 | 4F |
| Octal | 367 | 333 | 235 | 0 | 13 | 44 | 3 | 51 | 125 | 117 |
| Binary | 11110111 | 11011011 | 10011101 | 0 | 1011 | 100100 | 11 | 101001 | 1010101 | 1001111 |
Color Harmonies of #F7DB9D
Complementary color
Monochromatic Colors of #F7DB9D
Black with #F7DB9D
Text Example
Text Example
White with #F7DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB9D; }
p { color: rgb(247,219,157); }
H1.HeaderClassName
{
color: #F7DB9D;
}
.AnyTagClassName
{
color: #F7DB9D;
}
</style>
background-color css
<style>
a { background-color: #F7DB9D; }
a { background-color: rgb(247,219,157); }
div.DivClassName
{
background-color: #F7DB9D;
}
.BgClassName
{
background-color: #F7DB9D;
}
</style>
border-color css
<style>
span { border-color: #F7DB9D; }
span { border-color: rgb(247,219,157); }
td.TdClassName
{
border-color: #F7DB9D;
}
.TagClassName
{
border-color: #F7DB9D;
}
</style>