Shades of Goldenrod #D7DB65
Tints of Goldenrod #D7DB65
RGB
CMYK
RGB Variations
Color information
#D7DB65 (or 0xD7DB65) is known color: Goldenrod. HEX triplet: D7, DB and 65. RGB value is (215,219,101). Sum of RGB (Red+Green+Blue) = 215+219+101=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB65 is #28249A. Grayscale: #CCCCCC. Windows color (decimal): -2630811 or 6675415. OLE color: 6675415.
HSL color Cylindrical-coordinate representation of color #D7DB65: hue angle of 62.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7DB65 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 101 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.14 |
| HSL | 62.03º | 0.62% | 0.63% | - |
| HSV(B) | 62.03º | 0.54% | 0.86% | - |
| XYZ | 55.7 | 66.05 | 22.12 | - |
| YUV | 204.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 101 | 0.02 | 0 | 0.54 | 0.14 | 62.03 | 0.62 | 0.63 |
| Hex | D7 | DB | 65 | 2 | 0 | 36 | E | 3E | 3E | 3F |
| Octal | 327 | 333 | 145 | 2 | 0 | 66 | 16 | 76 | 76 | 77 |
| Binary | 11010111 | 11011011 | 1100101 | 10 | 0 | 110110 | 1110 | 111110 | 111110 | 111111 |
Color Harmonies of #D7DB65
Complementary color
Monochromatic Colors of #D7DB65
Black with #D7DB65
Text Example
Text Example
White with #D7DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB65; }
p { color: rgb(215,219,101); }
H1.HeaderClassName
{
color: #D7DB65;
}
.AnyTagClassName
{
color: #D7DB65;
}
</style>
background-color css
<style>
a { background-color: #D7DB65; }
a { background-color: rgb(215,219,101); }
div.DivClassName
{
background-color: #D7DB65;
}
.BgClassName
{
background-color: #D7DB65;
}
</style>
border-color css
<style>
span { border-color: #D7DB65; }
span { border-color: rgb(215,219,101); }
td.TdClassName
{
border-color: #D7DB65;
}
.TagClassName
{
border-color: #D7DB65;
}
</style>