Shades of Golden Sand #F2DB69
Tints of Golden Sand #F2DB69
RGB
CMYK
RGB Variations
Color information
#F2DB69 (or 0xF2DB69) is known color: Golden Sand. HEX triplet: F2, DB and 69. RGB value is (242,219,105). Sum of RGB (Red+Green+Blue) = 242+219+105=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB69 is #0D2496. Grayscale: #D5D5D5. Windows color (decimal): -861335 or 6937586. OLE color: 6937586.
HSL color Cylindrical-coordinate representation of color #F2DB69: hue angle of 49.93º 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 #F2DB69 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 105 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.05 |
| HSL | 49.93º | 0.84% | 0.68% | - |
| HSV(B) | 49.93º | 0.57% | 0.95% | - |
| XYZ | 64.5 | 70.56 | 23.58 | - |
| YUV | 212.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 105 | 0 | 0.10 | 0.57 | 0.05 | 49.93 | 0.84 | 0.68 |
| Hex | F2 | DB | 69 | 0 | A | 39 | 5 | 32 | 54 | 44 |
| Octal | 362 | 333 | 151 | 0 | 12 | 71 | 5 | 62 | 124 | 104 |
| Binary | 11110010 | 11011011 | 1101001 | 0 | 1010 | 111001 | 101 | 110010 | 1010100 | 1000100 |
Color Harmonies of #F2DB69
Complementary color
Monochromatic Colors of #F2DB69
Black with #F2DB69
Text Example
Text Example
White with #F2DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB69; }
p { color: rgb(242,219,105); }
H1.HeaderClassName
{
color: #F2DB69;
}
.AnyTagClassName
{
color: #F2DB69;
}
</style>
background-color css
<style>
a { background-color: #F2DB69; }
a { background-color: rgb(242,219,105); }
div.DivClassName
{
background-color: #F2DB69;
}
.BgClassName
{
background-color: #F2DB69;
}
</style>
border-color css
<style>
span { border-color: #F2DB69; }
span { border-color: rgb(242,219,105); }
td.TdClassName
{
border-color: #F2DB69;
}
.TagClassName
{
border-color: #F2DB69;
}
</style>