Shades of Buff #F2DC87
Tints of Buff #F2DC87
RGB
CMYK
RGB Variations
Color information
#F2DC87 (or 0xF2DC87) is known color: Buff. HEX triplet: F2, DC and 87. RGB value is (242,220,135). Sum of RGB (Red+Green+Blue) = 242+220+135=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC87 is #0D2378. Grayscale: #D9D9D9. Windows color (decimal): -861049 or 8903922. OLE color: 8903922.
HSL color Cylindrical-coordinate representation of color #F2DC87: hue angle of 47.66º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2DC87 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 135 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.05 |
| HSL | 47.66º | 0.8% | 0.74% | - |
| HSV(B) | 47.66º | 0.44% | 0.95% | - |
| XYZ | 66.58 | 71.81 | 33.27 | - |
| YUV | 216.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 135 | 0 | 0.09 | 0.44 | 0.05 | 47.66 | 0.8 | 0.74 |
| Hex | F2 | DC | 87 | 0 | 9 | 2C | 5 | 30 | 50 | 4A |
| Octal | 362 | 334 | 207 | 0 | 11 | 54 | 5 | 60 | 120 | 112 |
| Binary | 11110010 | 11011100 | 10000111 | 0 | 1001 | 101100 | 101 | 110000 | 1010000 | 1001010 |
Color Harmonies of #F2DC87
Complementary color
Monochromatic Colors of #F2DC87
Black with #F2DC87
Text Example
Text Example
White with #F2DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC87; }
p { color: rgb(242,220,135); }
H1.HeaderClassName
{
color: #F2DC87;
}
.AnyTagClassName
{
color: #F2DC87;
}
</style>
background-color css
<style>
a { background-color: #F2DC87; }
a { background-color: rgb(242,220,135); }
div.DivClassName
{
background-color: #F2DC87;
}
.BgClassName
{
background-color: #F2DC87;
}
</style>
border-color css
<style>
span { border-color: #F2DC87; }
span { border-color: rgb(242,220,135); }
td.TdClassName
{
border-color: #F2DC87;
}
.TagClassName
{
border-color: #F2DC87;
}
</style>