Shades of Buttermilk #F5DCA5
Tints of Buttermilk #F5DCA5
RGB
CMYK
RGB Variations
Color information
#F5DCA5 (or 0xF5DCA5) is known color: Buttermilk. HEX triplet: F5, DC and A5. RGB value is (245,220,165). Sum of RGB (Red+Green+Blue) = 245+220+165=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DCA5 is #0A235A. Grayscale: #DDDDDD. Windows color (decimal): -664411 or 10870005. OLE color: 10870005.
HSL color Cylindrical-coordinate representation of color #F5DCA5: hue angle of 41.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5DCA5 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 165 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.04 |
| HSL | 41.25º | 0.8% | 0.8% | - |
| HSV(B) | 41.25º | 0.33% | 0.96% | - |
| XYZ | 70.04 | 73.32 | 46.06 | - |
| YUV | 221.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 165 | 0 | 0.10 | 0.33 | 0.04 | 41.25 | 0.8 | 0.8 |
| Hex | F5 | DC | A5 | 0 | A | 21 | 4 | 29 | 50 | 50 |
| Octal | 365 | 334 | 245 | 0 | 12 | 41 | 4 | 51 | 120 | 120 |
| Binary | 11110101 | 11011100 | 10100101 | 0 | 1010 | 100001 | 100 | 101001 | 1010000 | 1010000 |
Color Harmonies of #F5DCA5
Complementary color
Monochromatic Colors of #F5DCA5
Black with #F5DCA5
Text Example
Text Example
White with #F5DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCA5; }
p { color: rgb(245,220,165); }
H1.HeaderClassName
{
color: #F5DCA5;
}
.AnyTagClassName
{
color: #F5DCA5;
}
</style>
background-color css
<style>
a { background-color: #F5DCA5; }
a { background-color: rgb(245,220,165); }
div.DivClassName
{
background-color: #F5DCA5;
}
.BgClassName
{
background-color: #F5DCA5;
}
</style>
border-color css
<style>
span { border-color: #F5DCA5; }
span { border-color: rgb(245,220,165); }
td.TdClassName
{
border-color: #F5DCA5;
}
.TagClassName
{
border-color: #F5DCA5;
}
</style>