Shades of Goldenrod #DBDD65
Tints of Goldenrod #DBDD65
RGB
CMYK
RGB Variations
Color information
#DBDD65 (or 0xDBDD65) is known color: Goldenrod. HEX triplet: DB, DD and 65. RGB value is (219,221,101). Sum of RGB (Red+Green+Blue) = 219+221+101=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD65 is #24229A. Grayscale: #CFCFCF. Windows color (decimal): -2368155 or 6675931. OLE color: 6675931.
HSL color Cylindrical-coordinate representation of color #DBDD65: hue angle of 61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBDD65 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 101 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.13 |
| HSL | 61º | 0.64% | 0.63% | - |
| HSV(B) | 61º | 0.54% | 0.87% | - |
| XYZ | 57.42 | 67.71 | 22.36 | - |
| YUV | 206.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 101 | 0.01 | 0 | 0.54 | 0.13 | 61 | 0.64 | 0.63 |
| Hex | DB | DD | 65 | 1 | 0 | 36 | D | 3D | 40 | 3F |
| Octal | 333 | 335 | 145 | 1 | 0 | 66 | 15 | 75 | 100 | 77 |
| Binary | 11011011 | 11011101 | 1100101 | 1 | 0 | 110110 | 1101 | 111101 | 1000000 | 111111 |
Color Harmonies of #DBDD65
Complementary color
Monochromatic Colors of #DBDD65
Black with #DBDD65
Text Example
Text Example
White with #DBDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD65; }
p { color: rgb(219,221,101); }
H1.HeaderClassName
{
color: #DBDD65;
}
.AnyTagClassName
{
color: #DBDD65;
}
</style>
background-color css
<style>
a { background-color: #DBDD65; }
a { background-color: rgb(219,221,101); }
div.DivClassName
{
background-color: #DBDD65;
}
.BgClassName
{
background-color: #DBDD65;
}
</style>
border-color css
<style>
span { border-color: #DBDD65; }
span { border-color: rgb(219,221,101); }
td.TdClassName
{
border-color: #DBDD65;
}
.TagClassName
{
border-color: #DBDD65;
}
</style>