Shades of Peach-Yellow #F6DDAA
Tints of Peach-Yellow #F6DDAA
RGB
CMYK
RGB Variations
Color information
#F6DDAA (or 0xF6DDAA) is known color: Peach-Yellow. HEX triplet: F6, DD and AA. RGB value is (246,221,170). Sum of RGB (Red+Green+Blue) = 246+221+170=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DDAA is #092255. Grayscale: #DEDEDE. Windows color (decimal): -598614 or 11197942. OLE color: 11197942.
HSL color Cylindrical-coordinate representation of color #F6DDAA: hue angle of 40.26º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6DDAA is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 170 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.04 |
| HSL | 40.26º | 0.81% | 0.82% | - |
| HSV(B) | 40.26º | 0.31% | 0.96% | - |
| XYZ | 71.12 | 74.21 | 48.61 | - |
| YUV | 222.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 170 | 0 | 0.10 | 0.31 | 0.04 | 40.26 | 0.81 | 0.82 |
| Hex | F6 | DD | AA | 0 | A | 1F | 4 | 28 | 51 | 52 |
| Octal | 366 | 335 | 252 | 0 | 12 | 37 | 4 | 50 | 121 | 122 |
| Binary | 11110110 | 11011101 | 10101010 | 0 | 1010 | 11111 | 100 | 101000 | 1010001 | 1010010 |
Color Harmonies of #F6DDAA
Complementary color
Monochromatic Colors of #F6DDAA
Black with #F6DDAA
Text Example
Text Example
White with #F6DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDAA; }
p { color: rgb(246,221,170); }
H1.HeaderClassName
{
color: #F6DDAA;
}
.AnyTagClassName
{
color: #F6DDAA;
}
</style>
background-color css
<style>
a { background-color: #F6DDAA; }
a { background-color: rgb(246,221,170); }
div.DivClassName
{
background-color: #F6DDAA;
}
.BgClassName
{
background-color: #F6DDAA;
}
</style>
border-color css
<style>
span { border-color: #F6DDAA; }
span { border-color: rgb(246,221,170); }
td.TdClassName
{
border-color: #F6DDAA;
}
.TagClassName
{
border-color: #F6DDAA;
}
</style>