Shades of Goldenrod #DBDD6A
Tints of Goldenrod #DBDD6A
RGB
CMYK
RGB Variations
Color information
#DBDD6A (or 0xDBDD6A) is known color: Goldenrod. HEX triplet: DB, DD and 6A. RGB value is (219,221,106). Sum of RGB (Red+Green+Blue) = 219+221+106=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD6A is #242295. Grayscale: #CFCFCF. Windows color (decimal): -2368150 or 7003611. OLE color: 7003611.
HSL color Cylindrical-coordinate representation of color #DBDD6A: hue angle of 61.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBDD6A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 106 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.13 |
| HSL | 61.04º | 0.63% | 0.64% | - |
| HSV(B) | 61.04º | 0.52% | 0.87% | - |
| XYZ | 57.67 | 67.81 | 23.69 | - |
| YUV | 207.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 106 | 0.01 | 0 | 0.52 | 0.13 | 61.04 | 0.63 | 0.64 |
| Hex | DB | DD | 6A | 1 | 0 | 34 | D | 3D | 3F | 40 |
| Octal | 333 | 335 | 152 | 1 | 0 | 64 | 15 | 75 | 77 | 100 |
| Binary | 11011011 | 11011101 | 1101010 | 1 | 0 | 110100 | 1101 | 111101 | 111111 | 1000000 |
Color Harmonies of #DBDD6A
Complementary color
Monochromatic Colors of #DBDD6A
Black with #DBDD6A
Text Example
Text Example
White with #DBDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD6A; }
p { color: rgb(219,221,106); }
H1.HeaderClassName
{
color: #DBDD6A;
}
.AnyTagClassName
{
color: #DBDD6A;
}
</style>
background-color css
<style>
a { background-color: #DBDD6A; }
a { background-color: rgb(219,221,106); }
div.DivClassName
{
background-color: #DBDD6A;
}
.BgClassName
{
background-color: #DBDD6A;
}
</style>
border-color css
<style>
span { border-color: #DBDD6A; }
span { border-color: rgb(219,221,106); }
td.TdClassName
{
border-color: #DBDD6A;
}
.TagClassName
{
border-color: #DBDD6A;
}
</style>