Shades of Goldenrod #D8DC7A
Tints of Goldenrod #D8DC7A
RGB
CMYK
RGB Variations
Color information
#D8DC7A (or 0xD8DC7A) is known color: Goldenrod. HEX triplet: D8, DC and 7A. RGB value is (216,220,122). Sum of RGB (Red+Green+Blue) = 216+220+122=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC7A is #272385. Grayscale: #D0D0D0. Windows color (decimal): -2564998 or 8051928. OLE color: 8051928.
HSL color Cylindrical-coordinate representation of color #D8DC7A: hue angle of 62.45º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8DC7A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 122 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.14 |
| HSL | 62.45º | 0.58% | 0.67% | - |
| HSV(B) | 62.45º | 0.45% | 0.86% | - |
| XYZ | 57.42 | 67.19 | 28.35 | - |
| YUV | 207.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 122 | 0.02 | 0 | 0.45 | 0.14 | 62.45 | 0.58 | 0.67 |
| Hex | D8 | DC | 7A | 2 | 0 | 2D | E | 3E | 3A | 43 |
| Octal | 330 | 334 | 172 | 2 | 0 | 55 | 16 | 76 | 72 | 103 |
| Binary | 11011000 | 11011100 | 1111010 | 10 | 0 | 101101 | 1110 | 111110 | 111010 | 1000011 |
Color Harmonies of #D8DC7A
Complementary color
Monochromatic Colors of #D8DC7A
Black with #D8DC7A
Text Example
Text Example
White with #D8DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC7A; }
p { color: rgb(216,220,122); }
H1.HeaderClassName
{
color: #D8DC7A;
}
.AnyTagClassName
{
color: #D8DC7A;
}
</style>
background-color css
<style>
a { background-color: #D8DC7A; }
a { background-color: rgb(216,220,122); }
div.DivClassName
{
background-color: #D8DC7A;
}
.BgClassName
{
background-color: #D8DC7A;
}
</style>
border-color css
<style>
span { border-color: #D8DC7A; }
span { border-color: rgb(216,220,122); }
td.TdClassName
{
border-color: #D8DC7A;
}
.TagClassName
{
border-color: #D8DC7A;
}
</style>