Shades of Goldenrod #DBDE64
Tints of Goldenrod #DBDE64
RGB
CMYK
RGB Variations
Color information
#DBDE64 (or 0xDBDE64) is known color: Goldenrod. HEX triplet: DB, DE and 64. RGB value is (219,222,100). Sum of RGB (Red+Green+Blue) = 219+222+100=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE64 is #24219B. Grayscale: #CFCFCF. Windows color (decimal): -2367900 or 6610651. OLE color: 6610651.
HSL color Cylindrical-coordinate representation of color #DBDE64: hue angle of 61.48º degrees, saturation: 0.65, 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 #DBDE64 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 100 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.13 |
| HSL | 61.48º | 0.65% | 0.63% | - |
| HSV(B) | 61.48º | 0.55% | 0.87% | - |
| XYZ | 57.63 | 68.22 | 22.19 | - |
| YUV | 207.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 100 | 0.01 | 0 | 0.55 | 0.13 | 61.48 | 0.65 | 0.63 |
| Hex | DB | DE | 64 | 1 | 0 | 37 | D | 3D | 41 | 3F |
| Octal | 333 | 336 | 144 | 1 | 0 | 67 | 15 | 75 | 101 | 77 |
| Binary | 11011011 | 11011110 | 1100100 | 1 | 0 | 110111 | 1101 | 111101 | 1000001 | 111111 |
Color Harmonies of #DBDE64
Complementary color
Monochromatic Colors of #DBDE64
Black with #DBDE64
Text Example
Text Example
White with #DBDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE64; }
p { color: rgb(219,222,100); }
H1.HeaderClassName
{
color: #DBDE64;
}
.AnyTagClassName
{
color: #DBDE64;
}
</style>
background-color css
<style>
a { background-color: #DBDE64; }
a { background-color: rgb(219,222,100); }
div.DivClassName
{
background-color: #DBDE64;
}
.BgClassName
{
background-color: #DBDE64;
}
</style>
border-color css
<style>
span { border-color: #DBDE64; }
span { border-color: rgb(219,222,100); }
td.TdClassName
{
border-color: #DBDE64;
}
.TagClassName
{
border-color: #DBDE64;
}
</style>