Shades of Golden Sand #F7D66B
Tints of Golden Sand #F7D66B
RGB
CMYK
RGB Variations
Color information
#F7D66B (or 0xF7D66B) is known color: Golden Sand. HEX triplet: F7, D6 and 6B. RGB value is (247,214,107). Sum of RGB (Red+Green+Blue) = 247+214+107=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D66B is #082994. Grayscale: #D4D4D4. Windows color (decimal): -534933 or 7067383. OLE color: 7067383.
HSL color Cylindrical-coordinate representation of color #F7D66B: hue angle of 45.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7D66B is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 107 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.03 |
| HSL | 45.86º | 0.9% | 0.69% | - |
| HSV(B) | 45.86º | 0.57% | 0.97% | - |
| XYZ | 65.06 | 68.93 | 23.79 | - |
| YUV | 211.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 107 | 0 | 0.13 | 0.57 | 0.03 | 45.86 | 0.9 | 0.69 |
| Hex | F7 | D6 | 6B | 0 | D | 39 | 3 | 2E | 5A | 45 |
| Octal | 367 | 326 | 153 | 0 | 15 | 71 | 3 | 56 | 132 | 105 |
| Binary | 11110111 | 11010110 | 1101011 | 0 | 1101 | 111001 | 11 | 101110 | 1011010 | 1000101 |
Color Harmonies of #F7D66B
Complementary color
Monochromatic Colors of #F7D66B
Black with #F7D66B
Text Example
Text Example
White with #F7D66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D66B; }
p { color: rgb(247,214,107); }
H1.HeaderClassName
{
color: #F7D66B;
}
.AnyTagClassName
{
color: #F7D66B;
}
</style>
background-color css
<style>
a { background-color: #F7D66B; }
a { background-color: rgb(247,214,107); }
div.DivClassName
{
background-color: #F7D66B;
}
.BgClassName
{
background-color: #F7D66B;
}
</style>
border-color css
<style>
span { border-color: #F7D66B; }
span { border-color: rgb(247,214,107); }
td.TdClassName
{
border-color: #F7D66B;
}
.TagClassName
{
border-color: #F7D66B;
}
</style>