Shades of Buff #F4DC85
Tints of Buff #F4DC85
RGB
CMYK
RGB Variations
Color information
#F4DC85 (or 0xF4DC85) is known color: Buff. HEX triplet: F4, DC and 85. RGB value is (244,220,133). Sum of RGB (Red+Green+Blue) = 244+220+133=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DC85 is #0B237A. Grayscale: #D9D9D9. Windows color (decimal): -729979 or 8772852. OLE color: 8772852.
HSL color Cylindrical-coordinate representation of color #F4DC85: hue angle of 47.03º 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 #F4DC85 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 133 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.04 |
| HSL | 47.03º | 0.83% | 0.74% | - |
| HSV(B) | 47.03º | 0.45% | 0.96% | - |
| XYZ | 67.14 | 72.11 | 32.57 | - |
| YUV | 217.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 133 | 0 | 0.10 | 0.45 | 0.04 | 47.03 | 0.83 | 0.74 |
| Hex | F4 | DC | 85 | 0 | A | 2D | 4 | 2F | 53 | 4A |
| Octal | 364 | 334 | 205 | 0 | 12 | 55 | 4 | 57 | 123 | 112 |
| Binary | 11110100 | 11011100 | 10000101 | 0 | 1010 | 101101 | 100 | 101111 | 1010011 | 1001010 |
Color Harmonies of #F4DC85
Complementary color
Monochromatic Colors of #F4DC85
Black with #F4DC85
Text Example
Text Example
White with #F4DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC85; }
p { color: rgb(244,220,133); }
H1.HeaderClassName
{
color: #F4DC85;
}
.AnyTagClassName
{
color: #F4DC85;
}
</style>
background-color css
<style>
a { background-color: #F4DC85; }
a { background-color: rgb(244,220,133); }
div.DivClassName
{
background-color: #F4DC85;
}
.BgClassName
{
background-color: #F4DC85;
}
</style>
border-color css
<style>
span { border-color: #F4DC85; }
span { border-color: rgb(244,220,133); }
td.TdClassName
{
border-color: #F4DC85;
}
.TagClassName
{
border-color: #F4DC85;
}
</style>