Shades of Goldenrod #D4DF79
Tints of Goldenrod #D4DF79
RGB
CMYK
RGB Variations
Color information
#D4DF79 (or 0xD4DF79) is known color: Goldenrod. HEX triplet: D4, DF and 79. RGB value is (212,223,121). Sum of RGB (Red+Green+Blue) = 212+223+121=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF79 is #2B2086. Grayscale: #D0D0D0. Windows color (decimal): -2826375 or 7987156. OLE color: 7987156.
HSL color Cylindrical-coordinate representation of color #D4DF79: hue angle of 66.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4DF79 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 121 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.13 |
| HSL | 66.47º | 0.61% | 0.67% | - |
| HSV(B) | 66.47º | 0.46% | 0.87% | - |
| XYZ | 56.99 | 68.15 | 28.24 | - |
| YUV | 208.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 121 | 0.05 | 0 | 0.46 | 0.13 | 66.47 | 0.61 | 0.67 |
| Hex | D4 | DF | 79 | 5 | 0 | 2E | D | 42 | 3D | 43 |
| Octal | 324 | 337 | 171 | 5 | 0 | 56 | 15 | 102 | 75 | 103 |
| Binary | 11010100 | 11011111 | 1111001 | 101 | 0 | 101110 | 1101 | 1000010 | 111101 | 1000011 |
Color Harmonies of #D4DF79
Complementary color
Monochromatic Colors of #D4DF79
Black with #D4DF79
Text Example
Text Example
White with #D4DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF79; }
p { color: rgb(212,223,121); }
H1.HeaderClassName
{
color: #D4DF79;
}
.AnyTagClassName
{
color: #D4DF79;
}
</style>
background-color css
<style>
a { background-color: #D4DF79; }
a { background-color: rgb(212,223,121); }
div.DivClassName
{
background-color: #D4DF79;
}
.BgClassName
{
background-color: #D4DF79;
}
</style>
border-color css
<style>
span { border-color: #D4DF79; }
span { border-color: rgb(212,223,121); }
td.TdClassName
{
border-color: #D4DF79;
}
.TagClassName
{
border-color: #D4DF79;
}
</style>