Shades of Goldenrod #D4DD7D
Tints of Goldenrod #D4DD7D
RGB
CMYK
RGB Variations
Color information
#D4DD7D (or 0xD4DD7D) is known color: Goldenrod. HEX triplet: D4, DD and 7D. RGB value is (212,221,125). Sum of RGB (Red+Green+Blue) = 212+221+125=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD7D is #2B2282. Grayscale: #CFCFCF. Windows color (decimal): -2826883 or 8248788. OLE color: 8248788.
HSL color Cylindrical-coordinate representation of color #D4DD7D: hue angle of 65.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4DD7D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 125 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.13 |
| HSL | 65.63º | 0.59% | 0.68% | - |
| HSV(B) | 65.63º | 0.43% | 0.87% | - |
| XYZ | 56.71 | 67.19 | 29.38 | - |
| YUV | 207.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 125 | 0.04 | 0 | 0.43 | 0.13 | 65.63 | 0.59 | 0.68 |
| Hex | D4 | DD | 7D | 4 | 0 | 2B | D | 42 | 3B | 44 |
| Octal | 324 | 335 | 175 | 4 | 0 | 53 | 15 | 102 | 73 | 104 |
| Binary | 11010100 | 11011101 | 1111101 | 100 | 0 | 101011 | 1101 | 1000010 | 111011 | 1000100 |
Color Harmonies of #D4DD7D
Complementary color
Monochromatic Colors of #D4DD7D
Black with #D4DD7D
Text Example
Text Example
White with #D4DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD7D; }
p { color: rgb(212,221,125); }
H1.HeaderClassName
{
color: #D4DD7D;
}
.AnyTagClassName
{
color: #D4DD7D;
}
</style>
background-color css
<style>
a { background-color: #D4DD7D; }
a { background-color: rgb(212,221,125); }
div.DivClassName
{
background-color: #D4DD7D;
}
.BgClassName
{
background-color: #D4DD7D;
}
</style>
border-color css
<style>
span { border-color: #D4DD7D; }
span { border-color: rgb(212,221,125); }
td.TdClassName
{
border-color: #D4DD7D;
}
.TagClassName
{
border-color: #D4DD7D;
}
</style>