Shades of Peach-Yellow #F4DDAA
Tints of Peach-Yellow #F4DDAA
RGB
CMYK
RGB Variations
Color information
#F4DDAA (or 0xF4DDAA) is known color: Peach-Yellow. HEX triplet: F4, DD and AA. RGB value is (244,221,170). Sum of RGB (Red+Green+Blue) = 244+221+170=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDAA is #0B2255. Grayscale: #DEDEDE. Windows color (decimal): -729686 or 11197940. OLE color: 11197940.
HSL color Cylindrical-coordinate representation of color #F4DDAA: hue angle of 41.35º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4DDAA is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 170 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.04 |
| HSL | 41.35º | 0.77% | 0.81% | - |
| HSV(B) | 41.35º | 0.3% | 0.96% | - |
| XYZ | 70.42 | 73.85 | 48.57 | - |
| YUV | 222.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 170 | 0 | 0.09 | 0.30 | 0.04 | 41.35 | 0.77 | 0.81 |
| Hex | F4 | DD | AA | 0 | 9 | 1E | 4 | 29 | 4D | 51 |
| Octal | 364 | 335 | 252 | 0 | 11 | 36 | 4 | 51 | 115 | 121 |
| Binary | 11110100 | 11011101 | 10101010 | 0 | 1001 | 11110 | 100 | 101001 | 1001101 | 1010001 |
Color Harmonies of #F4DDAA
Complementary color
Monochromatic Colors of #F4DDAA
Black with #F4DDAA
Text Example
Text Example
White with #F4DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDAA; }
p { color: rgb(244,221,170); }
H1.HeaderClassName
{
color: #F4DDAA;
}
.AnyTagClassName
{
color: #F4DDAA;
}
</style>
background-color css
<style>
a { background-color: #F4DDAA; }
a { background-color: rgb(244,221,170); }
div.DivClassName
{
background-color: #F4DDAA;
}
.BgClassName
{
background-color: #F4DDAA;
}
</style>
border-color css
<style>
span { border-color: #F4DDAA; }
span { border-color: rgb(244,221,170); }
td.TdClassName
{
border-color: #F4DDAA;
}
.TagClassName
{
border-color: #F4DDAA;
}
</style>