Shades of Golden Sand #DBCA62
Tints of Golden Sand #DBCA62
RGB
CMYK
RGB Variations
Color information
#DBCA62 (or 0xDBCA62) is known color: Golden Sand. HEX triplet: DB, CA and 62. RGB value is (219,202,98). Sum of RGB (Red+Green+Blue) = 219+202+98=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA62 is #24359D. Grayscale: #C3C3C3. Windows color (decimal): -2373022 or 6474459. OLE color: 6474459.
HSL color Cylindrical-coordinate representation of color #DBCA62: hue angle of 51.57º degrees, saturation: 0.63, 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 #DBCA62 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 98 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.14 |
| HSL | 51.57º | 0.63% | 0.62% | - |
| HSV(B) | 51.57º | 0.55% | 0.86% | - |
| XYZ | 52.54 | 58.18 | 20.02 | - |
| YUV | 195.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 98 | 0 | 0.08 | 0.55 | 0.14 | 51.57 | 0.63 | 0.62 |
| Hex | DB | CA | 62 | 0 | 8 | 37 | E | 34 | 3F | 3E |
| Octal | 333 | 312 | 142 | 0 | 10 | 67 | 16 | 64 | 77 | 76 |
| Binary | 11011011 | 11001010 | 1100010 | 0 | 1000 | 110111 | 1110 | 110100 | 111111 | 111110 |
Color Harmonies of #DBCA62
Complementary color
Monochromatic Colors of #DBCA62
Black with #DBCA62
Text Example
Text Example
White with #DBCA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA62; }
p { color: rgb(219,202,98); }
H1.HeaderClassName
{
color: #DBCA62;
}
.AnyTagClassName
{
color: #DBCA62;
}
</style>
background-color css
<style>
a { background-color: #DBCA62; }
a { background-color: rgb(219,202,98); }
div.DivClassName
{
background-color: #DBCA62;
}
.BgClassName
{
background-color: #DBCA62;
}
</style>
border-color css
<style>
span { border-color: #DBCA62; }
span { border-color: rgb(219,202,98); }
td.TdClassName
{
border-color: #DBCA62;
}
.TagClassName
{
border-color: #DBCA62;
}
</style>