Shades of Goldenrod #D1DA74
Tints of Goldenrod #D1DA74
RGB
CMYK
RGB Variations
Color information
#D1DA74 (or 0xD1DA74) is known color: Goldenrod. HEX triplet: D1, DA and 74. RGB value is (209,218,116). Sum of RGB (Red+Green+Blue) = 209+218+116=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA74 is #2E258B. Grayscale: #CCCCCC. Windows color (decimal): -3024268 or 7658193. OLE color: 7658193.
HSL color Cylindrical-coordinate representation of color #D1DA74: hue angle of 65.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1DA74 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 116 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.15 |
| HSL | 65.29º | 0.58% | 0.65% | - |
| HSV(B) | 65.29º | 0.47% | 0.85% | - |
| XYZ | 54.52 | 64.96 | 26.19 | - |
| YUV | 203.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 116 | 0.04 | 0 | 0.47 | 0.15 | 65.29 | 0.58 | 0.65 |
| Hex | D1 | DA | 74 | 4 | 0 | 2F | F | 41 | 3A | 41 |
| Octal | 321 | 332 | 164 | 4 | 0 | 57 | 17 | 101 | 72 | 101 |
| Binary | 11010001 | 11011010 | 1110100 | 100 | 0 | 101111 | 1111 | 1000001 | 111010 | 1000001 |
Color Harmonies of #D1DA74
Complementary color
Monochromatic Colors of #D1DA74
Black with #D1DA74
Text Example
Text Example
White with #D1DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA74; }
p { color: rgb(209,218,116); }
H1.HeaderClassName
{
color: #D1DA74;
}
.AnyTagClassName
{
color: #D1DA74;
}
</style>
background-color css
<style>
a { background-color: #D1DA74; }
a { background-color: rgb(209,218,116); }
div.DivClassName
{
background-color: #D1DA74;
}
.BgClassName
{
background-color: #D1DA74;
}
</style>
border-color css
<style>
span { border-color: #D1DA74; }
span { border-color: rgb(209,218,116); }
td.TdClassName
{
border-color: #D1DA74;
}
.TagClassName
{
border-color: #D1DA74;
}
</style>