Shades of Golden Sand #F7CF67
Tints of Golden Sand #F7CF67
RGB
CMYK
RGB Variations
Color information
#F7CF67 (or 0xF7CF67) is known color: Golden Sand. HEX triplet: F7, CF and 67. RGB value is (247,207,103). Sum of RGB (Red+Green+Blue) = 247+207+103=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF67 is #083098. Grayscale: #CFCFCF. Windows color (decimal): -536729 or 6803447. OLE color: 6803447.
HSL color Cylindrical-coordinate representation of color #F7CF67: hue angle of 43.33º 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 #F7CF67 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 103 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.03 |
| HSL | 43.33º | 0.9% | 0.69% | - |
| HSV(B) | 43.33º | 0.58% | 0.97% | - |
| XYZ | 63.12 | 65.38 | 22.12 | - |
| YUV | 207.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 103 | 0 | 0.16 | 0.58 | 0.03 | 43.33 | 0.9 | 0.69 |
| Hex | F7 | CF | 67 | 0 | 10 | 3A | 3 | 2B | 5A | 45 |
| Octal | 367 | 317 | 147 | 0 | 20 | 72 | 3 | 53 | 132 | 105 |
| Binary | 11110111 | 11001111 | 1100111 | 0 | 10000 | 111010 | 11 | 101011 | 1011010 | 1000101 |
Color Harmonies of #F7CF67
Complementary color
Monochromatic Colors of #F7CF67
Black with #F7CF67
Text Example
Text Example
White with #F7CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF67; }
p { color: rgb(247,207,103); }
H1.HeaderClassName
{
color: #F7CF67;
}
.AnyTagClassName
{
color: #F7CF67;
}
</style>
background-color css
<style>
a { background-color: #F7CF67; }
a { background-color: rgb(247,207,103); }
div.DivClassName
{
background-color: #F7CF67;
}
.BgClassName
{
background-color: #F7CF67;
}
</style>
border-color css
<style>
span { border-color: #F7CF67; }
span { border-color: rgb(247,207,103); }
td.TdClassName
{
border-color: #F7CF67;
}
.TagClassName
{
border-color: #F7CF67;
}
</style>