Shades of Buff #F2DB87
Tints of Buff #F2DB87
RGB
CMYK
RGB Variations
Color information
#F2DB87 (or 0xF2DB87) is known color: Buff. HEX triplet: F2, DB and 87. RGB value is (242,219,135). Sum of RGB (Red+Green+Blue) = 242+219+135=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DB87 is #0D2478. Grayscale: #D8D8D8. Windows color (decimal): -861305 or 8903666. OLE color: 8903666.
HSL color Cylindrical-coordinate representation of color #F2DB87: hue angle of 47.1º 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 #F2DB87 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 135 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.05 |
| HSL | 47.1º | 0.8% | 0.74% | - |
| HSV(B) | 47.1º | 0.44% | 0.95% | - |
| XYZ | 66.32 | 71.29 | 33.19 | - |
| YUV | 216.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 135 | 0 | 0.10 | 0.44 | 0.05 | 47.1 | 0.8 | 0.74 |
| Hex | F2 | DB | 87 | 0 | A | 2C | 5 | 2F | 50 | 4A |
| Octal | 362 | 333 | 207 | 0 | 12 | 54 | 5 | 57 | 120 | 112 |
| Binary | 11110010 | 11011011 | 10000111 | 0 | 1010 | 101100 | 101 | 101111 | 1010000 | 1001010 |
Color Harmonies of #F2DB87
Complementary color
Monochromatic Colors of #F2DB87
Black with #F2DB87
Text Example
Text Example
White with #F2DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB87; }
p { color: rgb(242,219,135); }
H1.HeaderClassName
{
color: #F2DB87;
}
.AnyTagClassName
{
color: #F2DB87;
}
</style>
background-color css
<style>
a { background-color: #F2DB87; }
a { background-color: rgb(242,219,135); }
div.DivClassName
{
background-color: #F2DB87;
}
.BgClassName
{
background-color: #F2DB87;
}
</style>
border-color css
<style>
span { border-color: #F2DB87; }
span { border-color: rgb(242,219,135); }
td.TdClassName
{
border-color: #F2DB87;
}
.TagClassName
{
border-color: #F2DB87;
}
</style>