Shades of Goldenrod #D7DD6D
Tints of Goldenrod #D7DD6D
RGB
CMYK
RGB Variations
Color information
#D7DD6D (or 0xD7DD6D) is known color: Goldenrod. HEX triplet: D7, DD and 6D. RGB value is (215,221,109). Sum of RGB (Red+Green+Blue) = 215+221+109=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD6D is #282292. Grayscale: #CECECE. Windows color (decimal): -2630291 or 7200215. OLE color: 7200215.
HSL color Cylindrical-coordinate representation of color #D7DD6D: hue angle of 63.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7DD6D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 109 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.13 |
| HSL | 63.21º | 0.62% | 0.65% | - |
| HSV(B) | 63.21º | 0.51% | 0.87% | - |
| XYZ | 56.64 | 67.26 | 24.47 | - |
| YUV | 206.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 109 | 0.03 | 0 | 0.51 | 0.13 | 63.21 | 0.62 | 0.65 |
| Hex | D7 | DD | 6D | 3 | 0 | 33 | D | 3F | 3E | 41 |
| Octal | 327 | 335 | 155 | 3 | 0 | 63 | 15 | 77 | 76 | 101 |
| Binary | 11010111 | 11011101 | 1101101 | 11 | 0 | 110011 | 1101 | 111111 | 111110 | 1000001 |
Color Harmonies of #D7DD6D
Complementary color
Monochromatic Colors of #D7DD6D
Black with #D7DD6D
Text Example
Text Example
White with #D7DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD6D; }
p { color: rgb(215,221,109); }
H1.HeaderClassName
{
color: #D7DD6D;
}
.AnyTagClassName
{
color: #D7DD6D;
}
</style>
background-color css
<style>
a { background-color: #D7DD6D; }
a { background-color: rgb(215,221,109); }
div.DivClassName
{
background-color: #D7DD6D;
}
.BgClassName
{
background-color: #D7DD6D;
}
</style>
border-color css
<style>
span { border-color: #D7DD6D; }
span { border-color: rgb(215,221,109); }
td.TdClassName
{
border-color: #D7DD6D;
}
.TagClassName
{
border-color: #D7DD6D;
}
</style>