Shades of Golden Sand #DBCB5E
Tints of Golden Sand #DBCB5E
RGB
CMYK
RGB Variations
Color information
#DBCB5E (or 0xDBCB5E) is known color: Golden Sand. HEX triplet: DB, CB and 5E. RGB value is (219,203,94). Sum of RGB (Red+Green+Blue) = 219+203+94=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB5E is #2434A1. Grayscale: #C3C3C3. Windows color (decimal): -2372770 or 6212571. OLE color: 6212571.
HSL color Cylindrical-coordinate representation of color #DBCB5E: hue angle of 52.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBCB5E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 94 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.14 |
| HSL | 52.32º | 0.63% | 0.61% | - |
| HSV(B) | 52.32º | 0.57% | 0.86% | - |
| XYZ | 52.59 | 58.58 | 19.12 | - |
| YUV | 195.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 94 | 0 | 0.07 | 0.57 | 0.14 | 52.32 | 0.63 | 0.61 |
| Hex | DB | CB | 5E | 0 | 7 | 39 | E | 34 | 3F | 3D |
| Octal | 333 | 313 | 136 | 0 | 7 | 71 | 16 | 64 | 77 | 75 |
| Binary | 11011011 | 11001011 | 1011110 | 0 | 111 | 111001 | 1110 | 110100 | 111111 | 111101 |
Color Harmonies of #DBCB5E
Complementary color
Monochromatic Colors of #DBCB5E
Black with #DBCB5E
Text Example
Text Example
White with #DBCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB5E; }
p { color: rgb(219,203,94); }
H1.HeaderClassName
{
color: #DBCB5E;
}
.AnyTagClassName
{
color: #DBCB5E;
}
</style>
background-color css
<style>
a { background-color: #DBCB5E; }
a { background-color: rgb(219,203,94); }
div.DivClassName
{
background-color: #DBCB5E;
}
.BgClassName
{
background-color: #DBCB5E;
}
</style>
border-color css
<style>
span { border-color: #DBCB5E; }
span { border-color: rgb(219,203,94); }
td.TdClassName
{
border-color: #DBCB5E;
}
.TagClassName
{
border-color: #DBCB5E;
}
</style>