Shades of Buttermilk #F4DBA4
Tints of Buttermilk #F4DBA4
RGB
CMYK
RGB Variations
Color information
#F4DBA4 (or 0xF4DBA4) is known color: Buttermilk. HEX triplet: F4, DB and A4. RGB value is (244,219,164). Sum of RGB (Red+Green+Blue) = 244+219+164=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DBA4 is #0B245B. Grayscale: #DCDCDC. Windows color (decimal): -730204 or 10804212. OLE color: 10804212.
HSL color Cylindrical-coordinate representation of color #F4DBA4: hue angle of 41.25º degrees, saturation: 0.78, 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 #F4DBA4 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 164 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.04 |
| HSL | 41.25º | 0.78% | 0.8% | - |
| HSV(B) | 41.25º | 0.33% | 0.96% | - |
| XYZ | 69.34 | 72.58 | 45.48 | - |
| YUV | 220.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 164 | 0 | 0.10 | 0.33 | 0.04 | 41.25 | 0.78 | 0.8 |
| Hex | F4 | DB | A4 | 0 | A | 21 | 4 | 29 | 4E | 50 |
| Octal | 364 | 333 | 244 | 0 | 12 | 41 | 4 | 51 | 116 | 120 |
| Binary | 11110100 | 11011011 | 10100100 | 0 | 1010 | 100001 | 100 | 101001 | 1001110 | 1010000 |
Color Harmonies of #F4DBA4
Complementary color
Monochromatic Colors of #F4DBA4
Black with #F4DBA4
Text Example
Text Example
White with #F4DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBA4; }
p { color: rgb(244,219,164); }
H1.HeaderClassName
{
color: #F4DBA4;
}
.AnyTagClassName
{
color: #F4DBA4;
}
</style>
background-color css
<style>
a { background-color: #F4DBA4; }
a { background-color: rgb(244,219,164); }
div.DivClassName
{
background-color: #F4DBA4;
}
.BgClassName
{
background-color: #F4DBA4;
}
</style>
border-color css
<style>
span { border-color: #F4DBA4; }
span { border-color: rgb(244,219,164); }
td.TdClassName
{
border-color: #F4DBA4;
}
.TagClassName
{
border-color: #F4DBA4;
}
</style>