Shades of Goldenrod #DBDD64
Tints of Goldenrod #DBDD64
RGB
CMYK
RGB Variations
Color information
#DBDD64 (or 0xDBDD64) is known color: Goldenrod. HEX triplet: DB, DD and 64. RGB value is (219,221,100). Sum of RGB (Red+Green+Blue) = 219+221+100=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD64 is #24229B. Grayscale: #CFCFCF. Windows color (decimal): -2368156 or 6610395. OLE color: 6610395.
HSL color Cylindrical-coordinate representation of color #DBDD64: hue angle of 60.99º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBDD64 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 100 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.13 |
| HSL | 60.99º | 0.64% | 0.63% | - |
| HSV(B) | 60.99º | 0.55% | 0.87% | - |
| XYZ | 57.37 | 67.69 | 22.1 | - |
| YUV | 206.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 100 | 0.01 | 0 | 0.55 | 0.13 | 60.99 | 0.64 | 0.63 |
| Hex | DB | DD | 64 | 1 | 0 | 37 | D | 3D | 40 | 3F |
| Octal | 333 | 335 | 144 | 1 | 0 | 67 | 15 | 75 | 100 | 77 |
| Binary | 11011011 | 11011101 | 1100100 | 1 | 0 | 110111 | 1101 | 111101 | 1000000 | 111111 |
Color Harmonies of #DBDD64
Complementary color
Monochromatic Colors of #DBDD64
Black with #DBDD64
Text Example
Text Example
White with #DBDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD64; }
p { color: rgb(219,221,100); }
H1.HeaderClassName
{
color: #DBDD64;
}
.AnyTagClassName
{
color: #DBDD64;
}
</style>
background-color css
<style>
a { background-color: #DBDD64; }
a { background-color: rgb(219,221,100); }
div.DivClassName
{
background-color: #DBDD64;
}
.BgClassName
{
background-color: #DBDD64;
}
</style>
border-color css
<style>
span { border-color: #DBDD64; }
span { border-color: rgb(219,221,100); }
td.TdClassName
{
border-color: #DBDD64;
}
.TagClassName
{
border-color: #DBDD64;
}
</style>