Shades of Goldenrod #DBDD7D
Tints of Goldenrod #DBDD7D
RGB
CMYK
RGB Variations
Color information
#DBDD7D (or 0xDBDD7D) is known color: Goldenrod. HEX triplet: DB, DD and 7D. RGB value is (219,221,125). Sum of RGB (Red+Green+Blue) = 219+221+125=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD7D is #242282. Grayscale: #D1D1D1. Windows color (decimal): -2368131 or 8248795. OLE color: 8248795.
HSL color Cylindrical-coordinate representation of color #DBDD7D: hue angle of 61.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBDD7D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 125 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.13 |
| HSL | 61.25º | 0.59% | 0.68% | - |
| HSV(B) | 61.25º | 0.43% | 0.87% | - |
| XYZ | 58.77 | 68.25 | 29.48 | - |
| YUV | 209.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 125 | 0.01 | 0 | 0.43 | 0.13 | 61.25 | 0.59 | 0.68 |
| Hex | DB | DD | 7D | 1 | 0 | 2B | D | 3D | 3B | 44 |
| Octal | 333 | 335 | 175 | 1 | 0 | 53 | 15 | 75 | 73 | 104 |
| Binary | 11011011 | 11011101 | 1111101 | 1 | 0 | 101011 | 1101 | 111101 | 111011 | 1000100 |
Color Harmonies of #DBDD7D
Complementary color
Monochromatic Colors of #DBDD7D
Black with #DBDD7D
Text Example
Text Example
White with #DBDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD7D; }
p { color: rgb(219,221,125); }
H1.HeaderClassName
{
color: #DBDD7D;
}
.AnyTagClassName
{
color: #DBDD7D;
}
</style>
background-color css
<style>
a { background-color: #DBDD7D; }
a { background-color: rgb(219,221,125); }
div.DivClassName
{
background-color: #DBDD7D;
}
.BgClassName
{
background-color: #DBDD7D;
}
</style>
border-color css
<style>
span { border-color: #DBDD7D; }
span { border-color: rgb(219,221,125); }
td.TdClassName
{
border-color: #DBDD7D;
}
.TagClassName
{
border-color: #DBDD7D;
}
</style>