Shades of Goldenrod #D7D969
Tints of Goldenrod #D7D969
RGB
CMYK
RGB Variations
Color information
#D7D969 (or 0xD7D969) is known color: Goldenrod. HEX triplet: D7, D9 and 69. RGB value is (215,217,105). Sum of RGB (Red+Green+Blue) = 215+217+105=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D969 is #282696. Grayscale: #CCCCCC. Windows color (decimal): -2631319 or 6937047. OLE color: 6937047.
HSL color Cylindrical-coordinate representation of color #D7D969: hue angle of 61.07º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7D969 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 105 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.15 |
| HSL | 61.07º | 0.6% | 0.63% | - |
| HSV(B) | 61.07º | 0.52% | 0.85% | - |
| XYZ | 55.39 | 65.09 | 23.01 | - |
| YUV | 203.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 105 | 0.01 | 0 | 0.52 | 0.15 | 61.07 | 0.6 | 0.63 |
| Hex | D7 | D9 | 69 | 1 | 0 | 34 | F | 3D | 3C | 3F |
| Octal | 327 | 331 | 151 | 1 | 0 | 64 | 17 | 75 | 74 | 77 |
| Binary | 11010111 | 11011001 | 1101001 | 1 | 0 | 110100 | 1111 | 111101 | 111100 | 111111 |
Color Harmonies of #D7D969
Complementary color
Monochromatic Colors of #D7D969
Black with #D7D969
Text Example
Text Example
White with #D7D969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D969; }
p { color: rgb(215,217,105); }
H1.HeaderClassName
{
color: #D7D969;
}
.AnyTagClassName
{
color: #D7D969;
}
</style>
background-color css
<style>
a { background-color: #D7D969; }
a { background-color: rgb(215,217,105); }
div.DivClassName
{
background-color: #D7D969;
}
.BgClassName
{
background-color: #D7D969;
}
</style>
border-color css
<style>
span { border-color: #D7D969; }
span { border-color: rgb(215,217,105); }
td.TdClassName
{
border-color: #D7D969;
}
.TagClassName
{
border-color: #D7D969;
}
</style>