Shades of Goldenrod #D9DA60
Tints of Goldenrod #D9DA60
RGB
CMYK
RGB Variations
Color information
#D9DA60 (or 0xD9DA60) is known color: Goldenrod. HEX triplet: D9, DA and 60. RGB value is (217,218,96). Sum of RGB (Red+Green+Blue) = 217+218+96=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA60 is #26259F. Grayscale: #CCCCCC. Windows color (decimal): -2500000 or 6347481. OLE color: 6347481.
HSL color Cylindrical-coordinate representation of color #D9DA60: hue angle of 60.49º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9DA60 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 96 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.15 |
| HSL | 60.49º | 0.62% | 0.62% | - |
| HSV(B) | 60.49º | 0.56% | 0.85% | - |
| XYZ | 55.8 | 65.74 | 20.81 | - |
| YUV | 203.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 96 | 0.00 | 0 | 0.56 | 0.15 | 60.49 | 0.62 | 0.62 |
| Hex | D9 | DA | 60 | 0 | 0 | 38 | F | 3C | 3E | 3E |
| Octal | 331 | 332 | 140 | 0 | 0 | 70 | 17 | 74 | 76 | 76 |
| Binary | 11011001 | 11011010 | 1100000 | 0 | 0 | 111000 | 1111 | 111100 | 111110 | 111110 |
Color Harmonies of #D9DA60
Complementary color
Monochromatic Colors of #D9DA60
Black with #D9DA60
Text Example
Text Example
White with #D9DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA60; }
p { color: rgb(217,218,96); }
H1.HeaderClassName
{
color: #D9DA60;
}
.AnyTagClassName
{
color: #D9DA60;
}
</style>
background-color css
<style>
a { background-color: #D9DA60; }
a { background-color: rgb(217,218,96); }
div.DivClassName
{
background-color: #D9DA60;
}
.BgClassName
{
background-color: #D9DA60;
}
</style>
border-color css
<style>
span { border-color: #D9DA60; }
span { border-color: rgb(217,218,96); }
td.TdClassName
{
border-color: #D9DA60;
}
.TagClassName
{
border-color: #D9DA60;
}
</style>