Shades of Buff #F2DD7D
Tints of Buff #F2DD7D
RGB
CMYK
RGB Variations
Color information
#F2DD7D (or 0xF2DD7D) is known color: Buff. HEX triplet: F2, DD and 7D. RGB value is (242,221,125). Sum of RGB (Red+Green+Blue) = 242+221+125=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD7D is #0D2282. Grayscale: #D8D8D8. Windows color (decimal): -860803 or 8248818. OLE color: 8248818.
HSL color Cylindrical-coordinate representation of color #F2DD7D: hue angle of 49.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2DD7D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 125 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.05 |
| HSL | 49.23º | 0.82% | 0.72% | - |
| HSV(B) | 49.23º | 0.48% | 0.95% | - |
| XYZ | 66.18 | 72.07 | 29.83 | - |
| YUV | 216.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 125 | 0 | 0.09 | 0.48 | 0.05 | 49.23 | 0.82 | 0.72 |
| Hex | F2 | DD | 7D | 0 | 9 | 30 | 5 | 31 | 52 | 48 |
| Octal | 362 | 335 | 175 | 0 | 11 | 60 | 5 | 61 | 122 | 110 |
| Binary | 11110010 | 11011101 | 1111101 | 0 | 1001 | 110000 | 101 | 110001 | 1010010 | 1001000 |
Color Harmonies of #F2DD7D
Complementary color
Monochromatic Colors of #F2DD7D
Black with #F2DD7D
Text Example
Text Example
White with #F2DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD7D; }
p { color: rgb(242,221,125); }
H1.HeaderClassName
{
color: #F2DD7D;
}
.AnyTagClassName
{
color: #F2DD7D;
}
</style>
background-color css
<style>
a { background-color: #F2DD7D; }
a { background-color: rgb(242,221,125); }
div.DivClassName
{
background-color: #F2DD7D;
}
.BgClassName
{
background-color: #F2DD7D;
}
</style>
border-color css
<style>
span { border-color: #F2DD7D; }
span { border-color: rgb(242,221,125); }
td.TdClassName
{
border-color: #F2DD7D;
}
.TagClassName
{
border-color: #F2DD7D;
}
</style>