Shades of Buttermilk #F5DBA7
Tints of Buttermilk #F5DBA7
RGB
CMYK
RGB Variations
Color information
#F5DBA7 (or 0xF5DBA7) is known color: Buttermilk. HEX triplet: F5, DB and A7. RGB value is (245,219,167). Sum of RGB (Red+Green+Blue) = 245+219+167=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 167 (65.62% from 255 or 26.47% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DBA7 is #0A2458. Grayscale: #DDDDDD. Windows color (decimal): -664665 or 11000821. OLE color: 11000821.
HSL color Cylindrical-coordinate representation of color #F5DBA7: hue angle of 40º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5DBA7 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 167 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.04 |
| HSL | 40º | 0.8% | 0.81% | - |
| HSV(B) | 40º | 0.32% | 0.96% | - |
| XYZ | 69.96 | 72.87 | 46.94 | - |
| YUV | 220.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 167 | 0 | 0.11 | 0.32 | 0.04 | 40 | 0.8 | 0.81 |
| Hex | F5 | DB | A7 | 0 | B | 20 | 4 | 28 | 50 | 51 |
| Octal | 365 | 333 | 247 | 0 | 13 | 40 | 4 | 50 | 120 | 121 |
| Binary | 11110101 | 11011011 | 10100111 | 0 | 1011 | 100000 | 100 | 101000 | 1010000 | 1010001 |
Color Harmonies of #F5DBA7
Complementary color
Monochromatic Colors of #F5DBA7
Black with #F5DBA7
Text Example
Text Example
White with #F5DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBA7; }
p { color: rgb(245,219,167); }
H1.HeaderClassName
{
color: #F5DBA7;
}
.AnyTagClassName
{
color: #F5DBA7;
}
</style>
background-color css
<style>
a { background-color: #F5DBA7; }
a { background-color: rgb(245,219,167); }
div.DivClassName
{
background-color: #F5DBA7;
}
.BgClassName
{
background-color: #F5DBA7;
}
</style>
border-color css
<style>
span { border-color: #F5DBA7; }
span { border-color: rgb(245,219,167); }
td.TdClassName
{
border-color: #F5DBA7;
}
.TagClassName
{
border-color: #F5DBA7;
}
</style>