Shades of Goldenrod #D7DC65
Tints of Goldenrod #D7DC65
RGB
CMYK
RGB Variations
Color information
#D7DC65 (or 0xD7DC65) is known color: Goldenrod. HEX triplet: D7, DC and 65. RGB value is (215,220,101). Sum of RGB (Red+Green+Blue) = 215+220+101=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC65 is #28239A. Grayscale: #CDCDCD. Windows color (decimal): -2630555 or 6675671. OLE color: 6675671.
HSL color Cylindrical-coordinate representation of color #D7DC65: hue angle of 62.52º degrees, saturation: 0.63, 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 #D7DC65 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 101 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.14 |
| HSL | 62.52º | 0.63% | 0.63% | - |
| HSV(B) | 62.52º | 0.54% | 0.86% | - |
| XYZ | 55.97 | 66.57 | 22.21 | - |
| YUV | 204.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 101 | 0.02 | 0 | 0.54 | 0.14 | 62.52 | 0.63 | 0.63 |
| Hex | D7 | DC | 65 | 2 | 0 | 36 | E | 3F | 3F | 3F |
| Octal | 327 | 334 | 145 | 2 | 0 | 66 | 16 | 77 | 77 | 77 |
| Binary | 11010111 | 11011100 | 1100101 | 10 | 0 | 110110 | 1110 | 111111 | 111111 | 111111 |
Color Harmonies of #D7DC65
Complementary color
Monochromatic Colors of #D7DC65
Black with #D7DC65
Text Example
Text Example
White with #D7DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC65; }
p { color: rgb(215,220,101); }
H1.HeaderClassName
{
color: #D7DC65;
}
.AnyTagClassName
{
color: #D7DC65;
}
</style>
background-color css
<style>
a { background-color: #D7DC65; }
a { background-color: rgb(215,220,101); }
div.DivClassName
{
background-color: #D7DC65;
}
.BgClassName
{
background-color: #D7DC65;
}
</style>
border-color css
<style>
span { border-color: #D7DC65; }
span { border-color: rgb(215,220,101); }
td.TdClassName
{
border-color: #D7DC65;
}
.TagClassName
{
border-color: #D7DC65;
}
</style>