Shades of Golden Sand #F1DB67
Tints of Golden Sand #F1DB67
RGB
CMYK
RGB Variations
Color information
#F1DB67 (or 0xF1DB67) is known color: Golden Sand. HEX triplet: F1, DB and 67. RGB value is (241,219,103). Sum of RGB (Red+Green+Blue) = 241+219+103=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB67 is #0E2498. Grayscale: #D4D4D4. Windows color (decimal): -926873 or 6806513. OLE color: 6806513.
HSL color Cylindrical-coordinate representation of color #F1DB67: hue angle of 50.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1DB67 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 103 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.05 |
| HSL | 50.43º | 0.83% | 0.67% | - |
| HSV(B) | 50.43º | 0.57% | 0.95% | - |
| XYZ | 64.06 | 70.34 | 23.03 | - |
| YUV | 212.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 103 | 0 | 0.09 | 0.57 | 0.05 | 50.43 | 0.83 | 0.67 |
| Hex | F1 | DB | 67 | 0 | 9 | 39 | 5 | 32 | 53 | 43 |
| Octal | 361 | 333 | 147 | 0 | 11 | 71 | 5 | 62 | 123 | 103 |
| Binary | 11110001 | 11011011 | 1100111 | 0 | 1001 | 111001 | 101 | 110010 | 1010011 | 1000011 |
Color Harmonies of #F1DB67
Complementary color
Monochromatic Colors of #F1DB67
Black with #F1DB67
Text Example
Text Example
White with #F1DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB67; }
p { color: rgb(241,219,103); }
H1.HeaderClassName
{
color: #F1DB67;
}
.AnyTagClassName
{
color: #F1DB67;
}
</style>
background-color css
<style>
a { background-color: #F1DB67; }
a { background-color: rgb(241,219,103); }
div.DivClassName
{
background-color: #F1DB67;
}
.BgClassName
{
background-color: #F1DB67;
}
</style>
border-color css
<style>
span { border-color: #F1DB67; }
span { border-color: rgb(241,219,103); }
td.TdClassName
{
border-color: #F1DB67;
}
.TagClassName
{
border-color: #F1DB67;
}
</style>