Shades of Golden Sand #F2DB68
Tints of Golden Sand #F2DB68
RGB
CMYK
RGB Variations
Color information
#F2DB68 (or 0xF2DB68) is known color: Golden Sand. HEX triplet: F2, DB and 68. RGB value is (242,219,104). Sum of RGB (Red+Green+Blue) = 242+219+104=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB68 is #0D2497. Grayscale: #D5D5D5. Windows color (decimal): -861336 or 6872050. OLE color: 6872050.
HSL color Cylindrical-coordinate representation of color #F2DB68: hue angle of 50º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2DB68 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 104 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.05 |
| HSL | 50º | 0.84% | 0.68% | - |
| HSV(B) | 50º | 0.57% | 0.95% | - |
| XYZ | 64.45 | 70.54 | 23.32 | - |
| YUV | 212.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 104 | 0 | 0.10 | 0.57 | 0.05 | 50 | 0.84 | 0.68 |
| Hex | F2 | DB | 68 | 0 | A | 39 | 5 | 32 | 54 | 44 |
| Octal | 362 | 333 | 150 | 0 | 12 | 71 | 5 | 62 | 124 | 104 |
| Binary | 11110010 | 11011011 | 1101000 | 0 | 1010 | 111001 | 101 | 110010 | 1010100 | 1000100 |
Color Harmonies of #F2DB68
Complementary color
Monochromatic Colors of #F2DB68
Black with #F2DB68
Text Example
Text Example
White with #F2DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB68; }
p { color: rgb(242,219,104); }
H1.HeaderClassName
{
color: #F2DB68;
}
.AnyTagClassName
{
color: #F2DB68;
}
</style>
background-color css
<style>
a { background-color: #F2DB68; }
a { background-color: rgb(242,219,104); }
div.DivClassName
{
background-color: #F2DB68;
}
.BgClassName
{
background-color: #F2DB68;
}
</style>
border-color css
<style>
span { border-color: #F2DB68; }
span { border-color: rgb(242,219,104); }
td.TdClassName
{
border-color: #F2DB68;
}
.TagClassName
{
border-color: #F2DB68;
}
</style>