Shades of Goldenrod #D7DD6B
Tints of Goldenrod #D7DD6B
RGB
CMYK
RGB Variations
Color information
#D7DD6B (or 0xD7DD6B) is known color: Goldenrod. HEX triplet: D7, DD and 6B. RGB value is (215,221,107). Sum of RGB (Red+Green+Blue) = 215+221+107=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD6B is #282294. Grayscale: #CECECE. Windows color (decimal): -2630293 or 7069143. OLE color: 7069143.
HSL color Cylindrical-coordinate representation of color #D7DD6B: hue angle of 63.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7DD6B is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 107 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.13 |
| HSL | 63.16º | 0.63% | 0.64% | - |
| HSV(B) | 63.16º | 0.52% | 0.87% | - |
| XYZ | 56.53 | 67.22 | 23.91 | - |
| YUV | 206.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 107 | 0.03 | 0 | 0.52 | 0.13 | 63.16 | 0.63 | 0.64 |
| Hex | D7 | DD | 6B | 3 | 0 | 34 | D | 3F | 3F | 40 |
| Octal | 327 | 335 | 153 | 3 | 0 | 64 | 15 | 77 | 77 | 100 |
| Binary | 11010111 | 11011101 | 1101011 | 11 | 0 | 110100 | 1101 | 111111 | 111111 | 1000000 |
Color Harmonies of #D7DD6B
Complementary color
Monochromatic Colors of #D7DD6B
Black with #D7DD6B
Text Example
Text Example
White with #D7DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD6B; }
p { color: rgb(215,221,107); }
H1.HeaderClassName
{
color: #D7DD6B;
}
.AnyTagClassName
{
color: #D7DD6B;
}
</style>
background-color css
<style>
a { background-color: #D7DD6B; }
a { background-color: rgb(215,221,107); }
div.DivClassName
{
background-color: #D7DD6B;
}
.BgClassName
{
background-color: #D7DD6B;
}
</style>
border-color css
<style>
span { border-color: #D7DD6B; }
span { border-color: rgb(215,221,107); }
td.TdClassName
{
border-color: #D7DD6B;
}
.TagClassName
{
border-color: #D7DD6B;
}
</style>