Shades of Golden Sand #F7D46D
Tints of Golden Sand #F7D46D
RGB
CMYK
RGB Variations
Color information
#F7D46D (or 0xF7D46D) is known color: Golden Sand. HEX triplet: F7, D4 and 6D. RGB value is (247,212,109). Sum of RGB (Red+Green+Blue) = 247+212+109=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D46D is #082B92. Grayscale: #D3D3D3. Windows color (decimal): -535443 or 7197943. OLE color: 7197943.
HSL color Cylindrical-coordinate representation of color #F7D46D: hue angle of 44.78º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7D46D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 109 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.03 |
| HSL | 44.78º | 0.9% | 0.7% | - |
| HSV(B) | 44.78º | 0.56% | 0.97% | - |
| XYZ | 64.66 | 67.97 | 24.18 | - |
| YUV | 210.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 109 | 0 | 0.14 | 0.56 | 0.03 | 44.78 | 0.9 | 0.7 |
| Hex | F7 | D4 | 6D | 0 | E | 38 | 3 | 2D | 5A | 46 |
| Octal | 367 | 324 | 155 | 0 | 16 | 70 | 3 | 55 | 132 | 106 |
| Binary | 11110111 | 11010100 | 1101101 | 0 | 1110 | 111000 | 11 | 101101 | 1011010 | 1000110 |
Color Harmonies of #F7D46D
Complementary color
Monochromatic Colors of #F7D46D
Black with #F7D46D
Text Example
Text Example
White with #F7D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D46D; }
p { color: rgb(247,212,109); }
H1.HeaderClassName
{
color: #F7D46D;
}
.AnyTagClassName
{
color: #F7D46D;
}
</style>
background-color css
<style>
a { background-color: #F7D46D; }
a { background-color: rgb(247,212,109); }
div.DivClassName
{
background-color: #F7D46D;
}
.BgClassName
{
background-color: #F7D46D;
}
</style>
border-color css
<style>
span { border-color: #F7D46D; }
span { border-color: rgb(247,212,109); }
td.TdClassName
{
border-color: #F7D46D;
}
.TagClassName
{
border-color: #F7D46D;
}
</style>