Shades of Golden Sand #F7D067
Tints of Golden Sand #F7D067
RGB
CMYK
RGB Variations
Color information
#F7D067 (or 0xF7D067) is known color: Golden Sand. HEX triplet: F7, D0 and 67. RGB value is (247,208,103). Sum of RGB (Red+Green+Blue) = 247+208+103=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D067 is #082F98. Grayscale: #D0D0D0. Windows color (decimal): -536473 or 6803703. OLE color: 6803703.
HSL color Cylindrical-coordinate representation of color #F7D067: hue angle of 43.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7D067 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 103 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.03 |
| HSL | 43.75º | 0.9% | 0.69% | - |
| HSV(B) | 43.75º | 0.58% | 0.97% | - |
| XYZ | 63.36 | 65.87 | 22.21 | - |
| YUV | 207.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 103 | 0 | 0.16 | 0.58 | 0.03 | 43.75 | 0.9 | 0.69 |
| Hex | F7 | D0 | 67 | 0 | 10 | 3A | 3 | 2C | 5A | 45 |
| Octal | 367 | 320 | 147 | 0 | 20 | 72 | 3 | 54 | 132 | 105 |
| Binary | 11110111 | 11010000 | 1100111 | 0 | 10000 | 111010 | 11 | 101100 | 1011010 | 1000101 |
Color Harmonies of #F7D067
Complementary color
Monochromatic Colors of #F7D067
Black with #F7D067
Text Example
Text Example
White with #F7D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D067; }
p { color: rgb(247,208,103); }
H1.HeaderClassName
{
color: #F7D067;
}
.AnyTagClassName
{
color: #F7D067;
}
</style>
background-color css
<style>
a { background-color: #F7D067; }
a { background-color: rgb(247,208,103); }
div.DivClassName
{
background-color: #F7D067;
}
.BgClassName
{
background-color: #F7D067;
}
</style>
border-color css
<style>
span { border-color: #F7D067; }
span { border-color: rgb(247,208,103); }
td.TdClassName
{
border-color: #F7D067;
}
.TagClassName
{
border-color: #F7D067;
}
</style>