Shades of Golden Sand #DBCA63
Tints of Golden Sand #DBCA63
RGB
CMYK
RGB Variations
Color information
#DBCA63 (or 0xDBCA63) is known color: Golden Sand. HEX triplet: DB, CA and 63. RGB value is (219,202,99). Sum of RGB (Red+Green+Blue) = 219+202+99=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA63 is #24359C. Grayscale: #C3C3C3. Windows color (decimal): -2373021 or 6539995. OLE color: 6539995.
HSL color Cylindrical-coordinate representation of color #DBCA63: hue angle of 51.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBCA63 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 99 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.14 |
| HSL | 51.5º | 0.63% | 0.62% | - |
| HSV(B) | 51.5º | 0.55% | 0.86% | - |
| XYZ | 52.59 | 58.2 | 20.27 | - |
| YUV | 195.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 99 | 0 | 0.08 | 0.55 | 0.14 | 51.5 | 0.63 | 0.62 |
| Hex | DB | CA | 63 | 0 | 8 | 37 | E | 34 | 3E | 3E |
| Octal | 333 | 312 | 143 | 0 | 10 | 67 | 16 | 64 | 76 | 76 |
| Binary | 11011011 | 11001010 | 1100011 | 0 | 1000 | 110111 | 1110 | 110100 | 111110 | 111110 |
Color Harmonies of #DBCA63
Complementary color
Monochromatic Colors of #DBCA63
Black with #DBCA63
Text Example
Text Example
White with #DBCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA63; }
p { color: rgb(219,202,99); }
H1.HeaderClassName
{
color: #DBCA63;
}
.AnyTagClassName
{
color: #DBCA63;
}
</style>
background-color css
<style>
a { background-color: #DBCA63; }
a { background-color: rgb(219,202,99); }
div.DivClassName
{
background-color: #DBCA63;
}
.BgClassName
{
background-color: #DBCA63;
}
</style>
border-color css
<style>
span { border-color: #DBCA63; }
span { border-color: rgb(219,202,99); }
td.TdClassName
{
border-color: #DBCA63;
}
.TagClassName
{
border-color: #DBCA63;
}
</style>