Shades of Goldenrod #D5DC79
Tints of Goldenrod #D5DC79
RGB
CMYK
RGB Variations
Color information
#D5DC79 (or 0xD5DC79) is known color: Goldenrod. HEX triplet: D5, DC and 79. RGB value is (213,220,121). Sum of RGB (Red+Green+Blue) = 213+220+121=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC79 is #2A2386. Grayscale: #CFCFCF. Windows color (decimal): -2761607 or 7986389. OLE color: 7986389.
HSL color Cylindrical-coordinate representation of color #D5DC79: hue angle of 64.24º degrees, saturation: 0.59, 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 #D5DC79 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 121 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.14 |
| HSL | 64.24º | 0.59% | 0.67% | - |
| HSV(B) | 64.24º | 0.45% | 0.86% | - |
| XYZ | 56.48 | 66.71 | 27.99 | - |
| YUV | 206.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 121 | 0.03 | 0 | 0.45 | 0.14 | 64.24 | 0.59 | 0.67 |
| Hex | D5 | DC | 79 | 3 | 0 | 2D | E | 40 | 3B | 43 |
| Octal | 325 | 334 | 171 | 3 | 0 | 55 | 16 | 100 | 73 | 103 |
| Binary | 11010101 | 11011100 | 1111001 | 11 | 0 | 101101 | 1110 | 1000000 | 111011 | 1000011 |
Color Harmonies of #D5DC79
Complementary color
Monochromatic Colors of #D5DC79
Black with #D5DC79
Text Example
Text Example
White with #D5DC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC79; }
p { color: rgb(213,220,121); }
H1.HeaderClassName
{
color: #D5DC79;
}
.AnyTagClassName
{
color: #D5DC79;
}
</style>
background-color css
<style>
a { background-color: #D5DC79; }
a { background-color: rgb(213,220,121); }
div.DivClassName
{
background-color: #D5DC79;
}
.BgClassName
{
background-color: #D5DC79;
}
</style>
border-color css
<style>
span { border-color: #D5DC79; }
span { border-color: rgb(213,220,121); }
td.TdClassName
{
border-color: #D5DC79;
}
.TagClassName
{
border-color: #D5DC79;
}
</style>