Shades of Goldenrod #DBDF65
Tints of Goldenrod #DBDF65
RGB
CMYK
RGB Variations
Color information
#DBDF65 (or 0xDBDF65) is known color: Goldenrod. HEX triplet: DB, DF and 65. RGB value is (219,223,101). Sum of RGB (Red+Green+Blue) = 219+223+101=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF65 is #24209A. Grayscale: #D0D0D0. Windows color (decimal): -2367643 or 6676443. OLE color: 6676443.
HSL color Cylindrical-coordinate representation of color #DBDF65: hue angle of 61.97º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBDF65 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 101 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.13 |
| HSL | 61.97º | 0.66% | 0.64% | - |
| HSV(B) | 61.97º | 0.55% | 0.87% | - |
| XYZ | 57.95 | 68.78 | 22.53 | - |
| YUV | 207.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 101 | 0.02 | 0 | 0.55 | 0.13 | 61.97 | 0.66 | 0.64 |
| Hex | DB | DF | 65 | 2 | 0 | 37 | D | 3E | 42 | 40 |
| Octal | 333 | 337 | 145 | 2 | 0 | 67 | 15 | 76 | 102 | 100 |
| Binary | 11011011 | 11011111 | 1100101 | 10 | 0 | 110111 | 1101 | 111110 | 1000010 | 1000000 |
Color Harmonies of #DBDF65
Complementary color
Monochromatic Colors of #DBDF65
Black with #DBDF65
Text Example
Text Example
White with #DBDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF65; }
p { color: rgb(219,223,101); }
H1.HeaderClassName
{
color: #DBDF65;
}
.AnyTagClassName
{
color: #DBDF65;
}
</style>
background-color css
<style>
a { background-color: #DBDF65; }
a { background-color: rgb(219,223,101); }
div.DivClassName
{
background-color: #DBDF65;
}
.BgClassName
{
background-color: #DBDF65;
}
</style>
border-color css
<style>
span { border-color: #DBDF65; }
span { border-color: rgb(219,223,101); }
td.TdClassName
{
border-color: #DBDF65;
}
.TagClassName
{
border-color: #DBDF65;
}
</style>