Shades of Buff #F4D985
Tints of Buff #F4D985
RGB
CMYK
RGB Variations
Color information
#F4D985 (or 0xF4D985) is known color: Buff. HEX triplet: F4, D9 and 85. RGB value is (244,217,133). Sum of RGB (Red+Green+Blue) = 244+217+133=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D985 is #0B267A. Grayscale: #D7D7D7. Windows color (decimal): -730747 or 8772084. OLE color: 8772084.
HSL color Cylindrical-coordinate representation of color #F4D985: hue angle of 45.41º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4D985 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 133 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.04 |
| HSL | 45.41º | 0.83% | 0.74% | - |
| HSV(B) | 45.41º | 0.45% | 0.96% | - |
| XYZ | 66.35 | 70.55 | 32.31 | - |
| YUV | 215.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 133 | 0 | 0.11 | 0.45 | 0.04 | 45.41 | 0.83 | 0.74 |
| Hex | F4 | D9 | 85 | 0 | B | 2D | 4 | 2D | 53 | 4A |
| Octal | 364 | 331 | 205 | 0 | 13 | 55 | 4 | 55 | 123 | 112 |
| Binary | 11110100 | 11011001 | 10000101 | 0 | 1011 | 101101 | 100 | 101101 | 1010011 | 1001010 |
Color Harmonies of #F4D985
Complementary color
Monochromatic Colors of #F4D985
Black with #F4D985
Text Example
Text Example
White with #F4D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D985; }
p { color: rgb(244,217,133); }
H1.HeaderClassName
{
color: #F4D985;
}
.AnyTagClassName
{
color: #F4D985;
}
</style>
background-color css
<style>
a { background-color: #F4D985; }
a { background-color: rgb(244,217,133); }
div.DivClassName
{
background-color: #F4D985;
}
.BgClassName
{
background-color: #F4D985;
}
</style>
border-color css
<style>
span { border-color: #F4D985; }
span { border-color: rgb(244,217,133); }
td.TdClassName
{
border-color: #F4D985;
}
.TagClassName
{
border-color: #F4D985;
}
</style>