Shades of Givry #F1D7AD
Tints of Givry #F1D7AD
RGB
CMYK
RGB Variations
Color information
#F1D7AD (or 0xF1D7AD) is known color: Givry. HEX triplet: F1, D7 and AD. RGB value is (241,215,173). Sum of RGB (Red+Green+Blue) = 241+215+173=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D7AD is #0E2852. Grayscale: #DADADA. Windows color (decimal): -927827 or 11393009. OLE color: 11393009.
HSL color Cylindrical-coordinate representation of color #F1D7AD: hue angle of 37.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1D7AD is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 173 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.05 |
| HSL | 37.06º | 0.71% | 0.81% | - |
| HSV(B) | 37.06º | 0.28% | 0.95% | - |
| XYZ | 68.12 | 70.32 | 49.52 | - |
| YUV | 217.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 173 | 0 | 0.11 | 0.28 | 0.05 | 37.06 | 0.71 | 0.81 |
| Hex | F1 | D7 | AD | 0 | B | 1C | 5 | 25 | 47 | 51 |
| Octal | 361 | 327 | 255 | 0 | 13 | 34 | 5 | 45 | 107 | 121 |
| Binary | 11110001 | 11010111 | 10101101 | 0 | 1011 | 11100 | 101 | 100101 | 1000111 | 1010001 |
Color Harmonies of #F1D7AD
Complementary color
Monochromatic Colors of #F1D7AD
Black with #F1D7AD
Text Example
Text Example
White with #F1D7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7AD; }
p { color: rgb(241,215,173); }
H1.HeaderClassName
{
color: #F1D7AD;
}
.AnyTagClassName
{
color: #F1D7AD;
}
</style>
background-color css
<style>
a { background-color: #F1D7AD; }
a { background-color: rgb(241,215,173); }
div.DivClassName
{
background-color: #F1D7AD;
}
.BgClassName
{
background-color: #F1D7AD;
}
</style>
border-color css
<style>
span { border-color: #F1D7AD; }
span { border-color: rgb(241,215,173); }
td.TdClassName
{
border-color: #F1D7AD;
}
.TagClassName
{
border-color: #F1D7AD;
}
</style>