Shades of Givry #F0D0AE
Tints of Givry #F0D0AE
RGB
CMYK
RGB Variations
Color information
#F0D0AE (or 0xF0D0AE) is known color: Givry. HEX triplet: F0, D0 and AE. RGB value is (240,208,174). Sum of RGB (Red+Green+Blue) = 240+208+174=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D0AE is #0F2F51. Grayscale: #D5D5D5. Windows color (decimal): -995154 or 11456752. OLE color: 11456752.
HSL color Cylindrical-coordinate representation of color #F0D0AE: hue angle of 30.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0D0AE is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 174 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.06 |
| HSL | 30.91º | 0.69% | 0.81% | - |
| HSV(B) | 30.91º | 0.28% | 0.94% | - |
| XYZ | 66.13 | 66.69 | 49.43 | - |
| YUV | 213.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 174 | 0 | 0.13 | 0.28 | 0.06 | 30.91 | 0.69 | 0.81 |
| Hex | F0 | D0 | AE | 0 | D | 1C | 6 | 1F | 45 | 51 |
| Octal | 360 | 320 | 256 | 0 | 15 | 34 | 6 | 37 | 105 | 121 |
| Binary | 11110000 | 11010000 | 10101110 | 0 | 1101 | 11100 | 110 | 11111 | 1000101 | 1010001 |
Color Harmonies of #F0D0AE
Complementary color
Monochromatic Colors of #F0D0AE
Black with #F0D0AE
Text Example
Text Example
White with #F0D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0AE; }
p { color: rgb(240,208,174); }
H1.HeaderClassName
{
color: #F0D0AE;
}
.AnyTagClassName
{
color: #F0D0AE;
}
</style>
background-color css
<style>
a { background-color: #F0D0AE; }
a { background-color: rgb(240,208,174); }
div.DivClassName
{
background-color: #F0D0AE;
}
.BgClassName
{
background-color: #F0D0AE;
}
</style>
border-color css
<style>
span { border-color: #F0D0AE; }
span { border-color: rgb(240,208,174); }
td.TdClassName
{
border-color: #F0D0AE;
}
.TagClassName
{
border-color: #F0D0AE;
}
</style>