Shades of Golden Sand #DBCB5F
Tints of Golden Sand #DBCB5F
RGB
CMYK
RGB Variations
Color information
#DBCB5F (or 0xDBCB5F) is known color: Golden Sand. HEX triplet: DB, CB and 5F. RGB value is (219,203,95). Sum of RGB (Red+Green+Blue) = 219+203+95=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB5F is #2434A0. Grayscale: #C3C3C3. Windows color (decimal): -2372769 or 6278107. OLE color: 6278107.
HSL color Cylindrical-coordinate representation of color #DBCB5F: hue angle of 52.26º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBCB5F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 95 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.14 |
| HSL | 52.26º | 0.63% | 0.62% | - |
| HSV(B) | 52.26º | 0.57% | 0.86% | - |
| XYZ | 52.63 | 58.6 | 19.36 | - |
| YUV | 195.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 95 | 0 | 0.07 | 0.57 | 0.14 | 52.26 | 0.63 | 0.62 |
| Hex | DB | CB | 5F | 0 | 7 | 39 | E | 34 | 3F | 3E |
| Octal | 333 | 313 | 137 | 0 | 7 | 71 | 16 | 64 | 77 | 76 |
| Binary | 11011011 | 11001011 | 1011111 | 0 | 111 | 111001 | 1110 | 110100 | 111111 | 111110 |
Color Harmonies of #DBCB5F
Complementary color
Monochromatic Colors of #DBCB5F
Black with #DBCB5F
Text Example
Text Example
White with #DBCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB5F; }
p { color: rgb(219,203,95); }
H1.HeaderClassName
{
color: #DBCB5F;
}
.AnyTagClassName
{
color: #DBCB5F;
}
</style>
background-color css
<style>
a { background-color: #DBCB5F; }
a { background-color: rgb(219,203,95); }
div.DivClassName
{
background-color: #DBCB5F;
}
.BgClassName
{
background-color: #DBCB5F;
}
</style>
border-color css
<style>
span { border-color: #DBCB5F; }
span { border-color: rgb(219,203,95); }
td.TdClassName
{
border-color: #DBCB5F;
}
.TagClassName
{
border-color: #DBCB5F;
}
</style>