Shades of Goldenrod #DBDD68
Tints of Goldenrod #DBDD68
RGB
CMYK
RGB Variations
Color information
#DBDD68 (or 0xDBDD68) is known color: Goldenrod. HEX triplet: DB, DD and 68. RGB value is (219,221,104). Sum of RGB (Red+Green+Blue) = 219+221+104=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD68 is #242297. Grayscale: #CFCFCF. Windows color (decimal): -2368152 or 6872539. OLE color: 6872539.
HSL color Cylindrical-coordinate representation of color #DBDD68: hue angle of 61.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBDD68 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 104 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.13 |
| HSL | 61.03º | 0.63% | 0.64% | - |
| HSV(B) | 61.03º | 0.53% | 0.87% | - |
| XYZ | 57.57 | 67.77 | 23.14 | - |
| YUV | 207.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 104 | 0.01 | 0 | 0.53 | 0.13 | 61.03 | 0.63 | 0.64 |
| Hex | DB | DD | 68 | 1 | 0 | 35 | D | 3D | 3F | 40 |
| Octal | 333 | 335 | 150 | 1 | 0 | 65 | 15 | 75 | 77 | 100 |
| Binary | 11011011 | 11011101 | 1101000 | 1 | 0 | 110101 | 1101 | 111101 | 111111 | 1000000 |
Color Harmonies of #DBDD68
Complementary color
Monochromatic Colors of #DBDD68
Black with #DBDD68
Text Example
Text Example
White with #DBDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD68; }
p { color: rgb(219,221,104); }
H1.HeaderClassName
{
color: #DBDD68;
}
.AnyTagClassName
{
color: #DBDD68;
}
</style>
background-color css
<style>
a { background-color: #DBDD68; }
a { background-color: rgb(219,221,104); }
div.DivClassName
{
background-color: #DBDD68;
}
.BgClassName
{
background-color: #DBDD68;
}
</style>
border-color css
<style>
span { border-color: #DBDD68; }
span { border-color: rgb(219,221,104); }
td.TdClassName
{
border-color: #DBDD68;
}
.TagClassName
{
border-color: #DBDD68;
}
</style>