Shades of Givry #F0D8AD
Tints of Givry #F0D8AD
RGB
CMYK
RGB Variations
Color information
#F0D8AD (or 0xF0D8AD) is known color: Givry. HEX triplet: F0, D8 and AD. RGB value is (240,216,173). Sum of RGB (Red+Green+Blue) = 240+216+173=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D8AD is #0F2752. Grayscale: #DADADA. Windows color (decimal): -993107 or 11393264. OLE color: 11393264.
HSL color Cylindrical-coordinate representation of color #F0D8AD: hue angle of 38.51º 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 #F0D8AD is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 173 | - |
| CMYK | 0 | 0.1 | 0.28 | 0.06 |
| HSL | 38.51º | 0.69% | 0.81% | - |
| HSV(B) | 38.51º | 0.28% | 0.94% | - |
| XYZ | 68.03 | 70.65 | 49.59 | - |
| YUV | 218.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 173 | 0 | 0.1 | 0.28 | 0.06 | 38.51 | 0.69 | 0.81 |
| Hex | F0 | D8 | AD | 0 | A | 1C | 6 | 27 | 45 | 51 |
| Octal | 360 | 330 | 255 | 0 | 12 | 34 | 6 | 47 | 105 | 121 |
| Binary | 11110000 | 11011000 | 10101101 | 0 | 1010 | 11100 | 110 | 100111 | 1000101 | 1010001 |
Color Harmonies of #F0D8AD
Complementary color
Monochromatic Colors of #F0D8AD
Black with #F0D8AD
Text Example
Text Example
White with #F0D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8AD; }
p { color: rgb(240,216,173); }
H1.HeaderClassName
{
color: #F0D8AD;
}
.AnyTagClassName
{
color: #F0D8AD;
}
</style>
background-color css
<style>
a { background-color: #F0D8AD; }
a { background-color: rgb(240,216,173); }
div.DivClassName
{
background-color: #F0D8AD;
}
.BgClassName
{
background-color: #F0D8AD;
}
</style>
border-color css
<style>
span { border-color: #F0D8AD; }
span { border-color: rgb(240,216,173); }
td.TdClassName
{
border-color: #F0D8AD;
}
.TagClassName
{
border-color: #F0D8AD;
}
</style>