Shades of Goldenrod #D1DA69
Tints of Goldenrod #D1DA69
RGB
CMYK
RGB Variations
Color information
#D1DA69 (or 0xD1DA69) is known color: Goldenrod. HEX triplet: D1, DA and 69. RGB value is (209,218,105). Sum of RGB (Red+Green+Blue) = 209+218+105=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA69 is #2E2596. Grayscale: #CACACA. Windows color (decimal): -3024279 or 6937297. OLE color: 6937297.
HSL color Cylindrical-coordinate representation of color #D1DA69: hue angle of 64.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1DA69 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 105 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.15 |
| HSL | 64.78º | 0.6% | 0.63% | - |
| HSV(B) | 64.78º | 0.52% | 0.85% | - |
| XYZ | 53.92 | 64.72 | 23.01 | - |
| YUV | 202.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 105 | 0.04 | 0 | 0.52 | 0.15 | 64.78 | 0.6 | 0.63 |
| Hex | D1 | DA | 69 | 4 | 0 | 34 | F | 41 | 3C | 3F |
| Octal | 321 | 332 | 151 | 4 | 0 | 64 | 17 | 101 | 74 | 77 |
| Binary | 11010001 | 11011010 | 1101001 | 100 | 0 | 110100 | 1111 | 1000001 | 111100 | 111111 |
Color Harmonies of #D1DA69
Complementary color
Monochromatic Colors of #D1DA69
Black with #D1DA69
Text Example
Text Example
White with #D1DA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA69; }
p { color: rgb(209,218,105); }
H1.HeaderClassName
{
color: #D1DA69;
}
.AnyTagClassName
{
color: #D1DA69;
}
</style>
background-color css
<style>
a { background-color: #D1DA69; }
a { background-color: rgb(209,218,105); }
div.DivClassName
{
background-color: #D1DA69;
}
.BgClassName
{
background-color: #D1DA69;
}
</style>
border-color css
<style>
span { border-color: #D1DA69; }
span { border-color: rgb(209,218,105); }
td.TdClassName
{
border-color: #D1DA69;
}
.TagClassName
{
border-color: #D1DA69;
}
</style>