Shades of Givry #F0D1AD
Tints of Givry #F0D1AD
RGB
CMYK
RGB Variations
Color information
#F0D1AD (or 0xF0D1AD) is known color: Givry. HEX triplet: F0, D1 and AD. RGB value is (240,209,173). Sum of RGB (Red+Green+Blue) = 240+209+173=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1AD is #0F2E52. Grayscale: #D6D6D6. Windows color (decimal): -994899 or 11391472. OLE color: 11391472.
HSL color Cylindrical-coordinate representation of color #F0D1AD: hue angle of 32.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0D1AD is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 173 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.06 |
| HSL | 32.24º | 0.69% | 0.81% | - |
| HSV(B) | 32.24º | 0.28% | 0.94% | - |
| XYZ | 66.28 | 67.14 | 49 | - |
| YUV | 214.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 173 | 0 | 0.13 | 0.28 | 0.06 | 32.24 | 0.69 | 0.81 |
| Hex | F0 | D1 | AD | 0 | D | 1C | 6 | 20 | 45 | 51 |
| Octal | 360 | 321 | 255 | 0 | 15 | 34 | 6 | 40 | 105 | 121 |
| Binary | 11110000 | 11010001 | 10101101 | 0 | 1101 | 11100 | 110 | 100000 | 1000101 | 1010001 |
Color Harmonies of #F0D1AD
Complementary color
Monochromatic Colors of #F0D1AD
Black with #F0D1AD
Text Example
Text Example
White with #F0D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1AD; }
p { color: rgb(240,209,173); }
H1.HeaderClassName
{
color: #F0D1AD;
}
.AnyTagClassName
{
color: #F0D1AD;
}
</style>
background-color css
<style>
a { background-color: #F0D1AD; }
a { background-color: rgb(240,209,173); }
div.DivClassName
{
background-color: #F0D1AD;
}
.BgClassName
{
background-color: #F0D1AD;
}
</style>
border-color css
<style>
span { border-color: #F0D1AD; }
span { border-color: rgb(240,209,173); }
td.TdClassName
{
border-color: #F0D1AD;
}
.TagClassName
{
border-color: #F0D1AD;
}
</style>