Shades of Goldenrod #D7DC7C
Tints of Goldenrod #D7DC7C
RGB
CMYK
RGB Variations
Color information
#D7DC7C (or 0xD7DC7C) is known color: Goldenrod. HEX triplet: D7, DC and 7C. RGB value is (215,220,124). Sum of RGB (Red+Green+Blue) = 215+220+124=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC7C is #282383. Grayscale: #CFCFCF. Windows color (decimal): -2630532 or 8182999. OLE color: 8182999.
HSL color Cylindrical-coordinate representation of color #D7DC7C: hue angle of 63.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7DC7C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 124 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.14 |
| HSL | 63.13º | 0.58% | 0.67% | - |
| HSV(B) | 63.13º | 0.44% | 0.86% | - |
| XYZ | 57.26 | 67.09 | 29 | - |
| YUV | 207.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 124 | 0.02 | 0 | 0.44 | 0.14 | 63.13 | 0.58 | 0.67 |
| Hex | D7 | DC | 7C | 2 | 0 | 2C | E | 3F | 3A | 43 |
| Octal | 327 | 334 | 174 | 2 | 0 | 54 | 16 | 77 | 72 | 103 |
| Binary | 11010111 | 11011100 | 1111100 | 10 | 0 | 101100 | 1110 | 111111 | 111010 | 1000011 |
Color Harmonies of #D7DC7C
Complementary color
Monochromatic Colors of #D7DC7C
Black with #D7DC7C
Text Example
Text Example
White with #D7DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC7C; }
p { color: rgb(215,220,124); }
H1.HeaderClassName
{
color: #D7DC7C;
}
.AnyTagClassName
{
color: #D7DC7C;
}
</style>
background-color css
<style>
a { background-color: #D7DC7C; }
a { background-color: rgb(215,220,124); }
div.DivClassName
{
background-color: #D7DC7C;
}
.BgClassName
{
background-color: #D7DC7C;
}
</style>
border-color css
<style>
span { border-color: #D7DC7C; }
span { border-color: rgb(215,220,124); }
td.TdClassName
{
border-color: #D7DC7C;
}
.TagClassName
{
border-color: #D7DC7C;
}
</style>