Shades of Goldenrod #D1DA66
Tints of Goldenrod #D1DA66
RGB
CMYK
RGB Variations
Color information
#D1DA66 (or 0xD1DA66) is known color: Goldenrod. HEX triplet: D1, DA and 66. RGB value is (209,218,102). Sum of RGB (Red+Green+Blue) = 209+218+102=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA66 is #2E2599. Grayscale: #CACACA. Windows color (decimal): -3024282 or 6740689. OLE color: 6740689.
HSL color Cylindrical-coordinate representation of color #D1DA66: hue angle of 64.66º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1DA66 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 102 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.15 |
| HSL | 64.66º | 0.61% | 0.63% | - |
| HSV(B) | 64.66º | 0.53% | 0.85% | - |
| XYZ | 53.76 | 64.66 | 22.22 | - |
| YUV | 202.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 102 | 0.04 | 0 | 0.53 | 0.15 | 64.66 | 0.61 | 0.63 |
| Hex | D1 | DA | 66 | 4 | 0 | 35 | F | 41 | 3D | 3F |
| Octal | 321 | 332 | 146 | 4 | 0 | 65 | 17 | 101 | 75 | 77 |
| Binary | 11010001 | 11011010 | 1100110 | 100 | 0 | 110101 | 1111 | 1000001 | 111101 | 111111 |
Color Harmonies of #D1DA66
Complementary color
Monochromatic Colors of #D1DA66
Black with #D1DA66
Text Example
Text Example
White with #D1DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA66; }
p { color: rgb(209,218,102); }
H1.HeaderClassName
{
color: #D1DA66;
}
.AnyTagClassName
{
color: #D1DA66;
}
</style>
background-color css
<style>
a { background-color: #D1DA66; }
a { background-color: rgb(209,218,102); }
div.DivClassName
{
background-color: #D1DA66;
}
.BgClassName
{
background-color: #D1DA66;
}
</style>
border-color css
<style>
span { border-color: #D1DA66; }
span { border-color: rgb(209,218,102); }
td.TdClassName
{
border-color: #D1DA66;
}
.TagClassName
{
border-color: #D1DA66;
}
</style>