Shades of Goldenrod #DBDA68
Tints of Goldenrod #DBDA68
RGB
CMYK
RGB Variations
Color information
#DBDA68 (or 0xDBDA68) is known color: Goldenrod. HEX triplet: DB, DA and 68. RGB value is (219,218,104). Sum of RGB (Red+Green+Blue) = 219+218+104=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA68 is #242597. Grayscale: #CDCDCD. Windows color (decimal): -2368920 or 6871771. OLE color: 6871771.
HSL color Cylindrical-coordinate representation of color #DBDA68: hue angle of 59.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBDA68 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 104 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.14 |
| HSL | 59.48º | 0.61% | 0.63% | - |
| HSV(B) | 59.48º | 0.53% | 0.86% | - |
| XYZ | 56.78 | 66.2 | 22.88 | - |
| YUV | 205.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 104 | 0 | 0.00 | 0.53 | 0.14 | 59.48 | 0.61 | 0.63 |
| Hex | DB | DA | 68 | 0 | 0 | 35 | E | 3B | 3D | 3F |
| Octal | 333 | 332 | 150 | 0 | 0 | 65 | 16 | 73 | 75 | 77 |
| Binary | 11011011 | 11011010 | 1101000 | 0 | 0 | 110101 | 1110 | 111011 | 111101 | 111111 |
Color Harmonies of #DBDA68
Complementary color
Monochromatic Colors of #DBDA68
Black with #DBDA68
Text Example
Text Example
White with #DBDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA68; }
p { color: rgb(219,218,104); }
H1.HeaderClassName
{
color: #DBDA68;
}
.AnyTagClassName
{
color: #DBDA68;
}
</style>
background-color css
<style>
a { background-color: #DBDA68; }
a { background-color: rgb(219,218,104); }
div.DivClassName
{
background-color: #DBDA68;
}
.BgClassName
{
background-color: #DBDA68;
}
</style>
border-color css
<style>
span { border-color: #DBDA68; }
span { border-color: rgb(219,218,104); }
td.TdClassName
{
border-color: #DBDA68;
}
.TagClassName
{
border-color: #DBDA68;
}
</style>