Shades of Givry #F1D9AD
Tints of Givry #F1D9AD
RGB
CMYK
RGB Variations
Color information
#F1D9AD (or 0xF1D9AD) is known color: Givry. HEX triplet: F1, D9 and AD. RGB value is (241,217,173). Sum of RGB (Red+Green+Blue) = 241+217+173=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D9AD is #0E2652. Grayscale: #DBDBDB. Windows color (decimal): -927315 or 11393521. OLE color: 11393521.
HSL color Cylindrical-coordinate representation of color #F1D9AD: hue angle of 38.82º 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 #F1D9AD is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 173 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.05 |
| HSL | 38.82º | 0.71% | 0.81% | - |
| HSV(B) | 38.82º | 0.28% | 0.95% | - |
| XYZ | 68.63 | 71.34 | 49.69 | - |
| YUV | 219.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 173 | 0 | 0.10 | 0.28 | 0.05 | 38.82 | 0.71 | 0.81 |
| Hex | F1 | D9 | AD | 0 | A | 1C | 5 | 27 | 47 | 51 |
| Octal | 361 | 331 | 255 | 0 | 12 | 34 | 5 | 47 | 107 | 121 |
| Binary | 11110001 | 11011001 | 10101101 | 0 | 1010 | 11100 | 101 | 100111 | 1000111 | 1010001 |
Color Harmonies of #F1D9AD
Complementary color
Monochromatic Colors of #F1D9AD
Black with #F1D9AD
Text Example
Text Example
White with #F1D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9AD; }
p { color: rgb(241,217,173); }
H1.HeaderClassName
{
color: #F1D9AD;
}
.AnyTagClassName
{
color: #F1D9AD;
}
</style>
background-color css
<style>
a { background-color: #F1D9AD; }
a { background-color: rgb(241,217,173); }
div.DivClassName
{
background-color: #F1D9AD;
}
.BgClassName
{
background-color: #F1D9AD;
}
</style>
border-color css
<style>
span { border-color: #F1D9AD; }
span { border-color: rgb(241,217,173); }
td.TdClassName
{
border-color: #F1D9AD;
}
.TagClassName
{
border-color: #F1D9AD;
}
</style>