Shades of Buff #F4DD84
Tints of Buff #F4DD84
RGB
CMYK
RGB Variations
Color information
#F4DD84 (or 0xF4DD84) is known color: Buff. HEX triplet: F4, DD and 84. RGB value is (244,221,132). Sum of RGB (Red+Green+Blue) = 244+221+132=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DD84 is #0B227B. Grayscale: #DADADA. Windows color (decimal): -729724 or 8707572. OLE color: 8707572.
HSL color Cylindrical-coordinate representation of color #F4DD84: hue angle of 47.68º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4DD84 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 132 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.04 |
| HSL | 47.68º | 0.84% | 0.74% | - |
| HSV(B) | 47.68º | 0.46% | 0.96% | - |
| XYZ | 67.33 | 72.61 | 32.3 | - |
| YUV | 217.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 132 | 0 | 0.09 | 0.46 | 0.04 | 47.68 | 0.84 | 0.74 |
| Hex | F4 | DD | 84 | 0 | 9 | 2E | 4 | 30 | 54 | 4A |
| Octal | 364 | 335 | 204 | 0 | 11 | 56 | 4 | 60 | 124 | 112 |
| Binary | 11110100 | 11011101 | 10000100 | 0 | 1001 | 101110 | 100 | 110000 | 1010100 | 1001010 |
Color Harmonies of #F4DD84
Complementary color
Monochromatic Colors of #F4DD84
Black with #F4DD84
Text Example
Text Example
White with #F4DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD84; }
p { color: rgb(244,221,132); }
H1.HeaderClassName
{
color: #F4DD84;
}
.AnyTagClassName
{
color: #F4DD84;
}
</style>
background-color css
<style>
a { background-color: #F4DD84; }
a { background-color: rgb(244,221,132); }
div.DivClassName
{
background-color: #F4DD84;
}
.BgClassName
{
background-color: #F4DD84;
}
</style>
border-color css
<style>
span { border-color: #F4DD84; }
span { border-color: rgb(244,221,132); }
td.TdClassName
{
border-color: #F4DD84;
}
.TagClassName
{
border-color: #F4DD84;
}
</style>