Shades of Goldenrod #D7D16D
Tints of Goldenrod #D7D16D
RGB
CMYK
RGB Variations
Color information
#D7D16D (or 0xD7D16D) is known color: Goldenrod. HEX triplet: D7, D1 and 6D. RGB value is (215,209,109). Sum of RGB (Red+Green+Blue) = 215+209+109=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D16D is #282E92. Grayscale: #C7C7C7. Windows color (decimal): -2633363 or 7197143. OLE color: 7197143.
HSL color Cylindrical-coordinate representation of color #D7D16D: hue angle of 56.6º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7D16D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 109 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.16 |
| HSL | 56.6º | 0.57% | 0.64% | - |
| HSV(B) | 56.6º | 0.49% | 0.84% | - |
| XYZ | 53.59 | 61.15 | 23.45 | - |
| YUV | 199.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 109 | 0 | 0.03 | 0.49 | 0.16 | 56.6 | 0.57 | 0.64 |
| Hex | D7 | D1 | 6D | 0 | 3 | 31 | 10 | 39 | 39 | 40 |
| Octal | 327 | 321 | 155 | 0 | 3 | 61 | 20 | 71 | 71 | 100 |
| Binary | 11010111 | 11010001 | 1101101 | 0 | 11 | 110001 | 10000 | 111001 | 111001 | 1000000 |
Color Harmonies of #D7D16D
Complementary color
Monochromatic Colors of #D7D16D
Black with #D7D16D
Text Example
Text Example
White with #D7D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D16D; }
p { color: rgb(215,209,109); }
H1.HeaderClassName
{
color: #D7D16D;
}
.AnyTagClassName
{
color: #D7D16D;
}
</style>
background-color css
<style>
a { background-color: #D7D16D; }
a { background-color: rgb(215,209,109); }
div.DivClassName
{
background-color: #D7D16D;
}
.BgClassName
{
background-color: #D7D16D;
}
</style>
border-color css
<style>
span { border-color: #D7D16D; }
span { border-color: rgb(215,209,109); }
td.TdClassName
{
border-color: #D7D16D;
}
.TagClassName
{
border-color: #D7D16D;
}
</style>