Shades of Goldenrod #DBDE67
Tints of Goldenrod #DBDE67
RGB
CMYK
RGB Variations
Color information
#DBDE67 (or 0xDBDE67) is known color: Goldenrod. HEX triplet: DB, DE and 67. RGB value is (219,222,103). Sum of RGB (Red+Green+Blue) = 219+222+103=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE67 is #242198. Grayscale: #D0D0D0. Windows color (decimal): -2367897 or 6807259. OLE color: 6807259.
HSL color Cylindrical-coordinate representation of color #DBDE67: hue angle of 61.51º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBDE67 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 103 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.13 |
| HSL | 61.51º | 0.64% | 0.64% | - |
| HSV(B) | 61.51º | 0.54% | 0.87% | - |
| XYZ | 57.78 | 68.28 | 22.97 | - |
| YUV | 207.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 103 | 0.01 | 0 | 0.54 | 0.13 | 61.51 | 0.64 | 0.64 |
| Hex | DB | DE | 67 | 1 | 0 | 36 | D | 3E | 40 | 40 |
| Octal | 333 | 336 | 147 | 1 | 0 | 66 | 15 | 76 | 100 | 100 |
| Binary | 11011011 | 11011110 | 1100111 | 1 | 0 | 110110 | 1101 | 111110 | 1000000 | 1000000 |
Color Harmonies of #DBDE67
Complementary color
Monochromatic Colors of #DBDE67
Black with #DBDE67
Text Example
Text Example
White with #DBDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE67; }
p { color: rgb(219,222,103); }
H1.HeaderClassName
{
color: #DBDE67;
}
.AnyTagClassName
{
color: #DBDE67;
}
</style>
background-color css
<style>
a { background-color: #DBDE67; }
a { background-color: rgb(219,222,103); }
div.DivClassName
{
background-color: #DBDE67;
}
.BgClassName
{
background-color: #DBDE67;
}
</style>
border-color css
<style>
span { border-color: #DBDE67; }
span { border-color: rgb(219,222,103); }
td.TdClassName
{
border-color: #DBDE67;
}
.TagClassName
{
border-color: #DBDE67;
}
</style>