Shades of Golden Sand #F3D16D
Tints of Golden Sand #F3D16D
RGB
CMYK
RGB Variations
Color information
#F3D16D (or 0xF3D16D) is known color: Golden Sand. HEX triplet: F3, D1 and 6D. RGB value is (243,209,109). Sum of RGB (Red+Green+Blue) = 243+209+109=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D16D is #0C2E92. Grayscale: #D0D0D0. Windows color (decimal): -798355 or 7197171. OLE color: 7197171.
HSL color Cylindrical-coordinate representation of color #F3D16D: hue angle of 44.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3D16D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 109 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.05 |
| HSL | 44.78º | 0.85% | 0.69% | - |
| HSV(B) | 44.78º | 0.55% | 0.95% | - |
| XYZ | 62.52 | 65.76 | 23.87 | - |
| YUV | 207.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 109 | 0 | 0.14 | 0.55 | 0.05 | 44.78 | 0.85 | 0.69 |
| Hex | F3 | D1 | 6D | 0 | E | 37 | 5 | 2D | 55 | 45 |
| Octal | 363 | 321 | 155 | 0 | 16 | 67 | 5 | 55 | 125 | 105 |
| Binary | 11110011 | 11010001 | 1101101 | 0 | 1110 | 110111 | 101 | 101101 | 1010101 | 1000101 |
Color Harmonies of #F3D16D
Complementary color
Monochromatic Colors of #F3D16D
Black with #F3D16D
Text Example
Text Example
White with #F3D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D16D; }
p { color: rgb(243,209,109); }
H1.HeaderClassName
{
color: #F3D16D;
}
.AnyTagClassName
{
color: #F3D16D;
}
</style>
background-color css
<style>
a { background-color: #F3D16D; }
a { background-color: rgb(243,209,109); }
div.DivClassName
{
background-color: #F3D16D;
}
.BgClassName
{
background-color: #F3D16D;
}
</style>
border-color css
<style>
span { border-color: #F3D16D; }
span { border-color: rgb(243,209,109); }
td.TdClassName
{
border-color: #F3D16D;
}
.TagClassName
{
border-color: #F3D16D;
}
</style>