Shades of Goldenrod #D7DC7F
Tints of Goldenrod #D7DC7F
RGB
CMYK
RGB Variations
Color information
#D7DC7F (or 0xD7DC7F) is known color: Goldenrod. HEX triplet: D7, DC and 7F. RGB value is (215,220,127). Sum of RGB (Red+Green+Blue) = 215+220+127=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC7F is #282380. Grayscale: #D0D0D0. Windows color (decimal): -2630529 or 8379607. OLE color: 8379607.
HSL color Cylindrical-coordinate representation of color #D7DC7F: hue angle of 63.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7DC7F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 127 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.14 |
| HSL | 63.23º | 0.57% | 0.68% | - |
| HSV(B) | 63.23º | 0.42% | 0.86% | - |
| XYZ | 57.45 | 67.17 | 30.02 | - |
| YUV | 207.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 127 | 0.02 | 0 | 0.42 | 0.14 | 63.23 | 0.57 | 0.68 |
| Hex | D7 | DC | 7F | 2 | 0 | 2A | E | 3F | 39 | 44 |
| Octal | 327 | 334 | 177 | 2 | 0 | 52 | 16 | 77 | 71 | 104 |
| Binary | 11010111 | 11011100 | 1111111 | 10 | 0 | 101010 | 1110 | 111111 | 111001 | 1000100 |
Color Harmonies of #D7DC7F
Complementary color
Monochromatic Colors of #D7DC7F
Black with #D7DC7F
Text Example
Text Example
White with #D7DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC7F; }
p { color: rgb(215,220,127); }
H1.HeaderClassName
{
color: #D7DC7F;
}
.AnyTagClassName
{
color: #D7DC7F;
}
</style>
background-color css
<style>
a { background-color: #D7DC7F; }
a { background-color: rgb(215,220,127); }
div.DivClassName
{
background-color: #D7DC7F;
}
.BgClassName
{
background-color: #D7DC7F;
}
</style>
border-color css
<style>
span { border-color: #D7DC7F; }
span { border-color: rgb(215,220,127); }
td.TdClassName
{
border-color: #D7DC7F;
}
.TagClassName
{
border-color: #D7DC7F;
}
</style>