Shades of Goldenrod #D4DD60
Tints of Goldenrod #D4DD60
RGB
CMYK
RGB Variations
Color information
#D4DD60 (or 0xD4DD60) is known color: Goldenrod. HEX triplet: D4, DD and 60. RGB value is (212,221,96). Sum of RGB (Red+Green+Blue) = 212+221+96=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD60 is #2B229F. Grayscale: #CCCCCC. Windows color (decimal): -2826912 or 6348244. OLE color: 6348244.
HSL color Cylindrical-coordinate representation of color #D4DD60: hue angle of 64.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4DD60 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 96 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.13 |
| HSL | 64.32º | 0.65% | 0.62% | - |
| HSV(B) | 64.32º | 0.57% | 0.87% | - |
| XYZ | 55.12 | 66.55 | 21.01 | - |
| YUV | 204.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 96 | 0.04 | 0 | 0.57 | 0.13 | 64.32 | 0.65 | 0.62 |
| Hex | D4 | DD | 60 | 4 | 0 | 39 | D | 40 | 41 | 3E |
| Octal | 324 | 335 | 140 | 4 | 0 | 71 | 15 | 100 | 101 | 76 |
| Binary | 11010100 | 11011101 | 1100000 | 100 | 0 | 111001 | 1101 | 1000000 | 1000001 | 111110 |
Color Harmonies of #D4DD60
Complementary color
Monochromatic Colors of #D4DD60
Black with #D4DD60
Text Example
Text Example
White with #D4DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD60; }
p { color: rgb(212,221,96); }
H1.HeaderClassName
{
color: #D4DD60;
}
.AnyTagClassName
{
color: #D4DD60;
}
</style>
background-color css
<style>
a { background-color: #D4DD60; }
a { background-color: rgb(212,221,96); }
div.DivClassName
{
background-color: #D4DD60;
}
.BgClassName
{
background-color: #D4DD60;
}
</style>
border-color css
<style>
span { border-color: #D4DD60; }
span { border-color: rgb(212,221,96); }
td.TdClassName
{
border-color: #D4DD60;
}
.TagClassName
{
border-color: #D4DD60;
}
</style>