Shades of Goldenrod #D1DD65
Tints of Goldenrod #D1DD65
RGB
CMYK
RGB Variations
Color information
#D1DD65 (or 0xD1DD65) is known color: Goldenrod. HEX triplet: D1, DD and 65. RGB value is (209,221,101). Sum of RGB (Red+Green+Blue) = 209+221+101=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD65 is #2E229A. Grayscale: #CCCCCC. Windows color (decimal): -3023515 or 6675921. OLE color: 6675921.
HSL color Cylindrical-coordinate representation of color #D1DD65: hue angle of 66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1DD65 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 101 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.13 |
| HSL | 66º | 0.64% | 0.63% | - |
| HSV(B) | 66º | 0.54% | 0.87% | - |
| XYZ | 54.5 | 66.21 | 22.22 | - |
| YUV | 203.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 101 | 0.05 | 0 | 0.54 | 0.13 | 66 | 0.64 | 0.63 |
| Hex | D1 | DD | 65 | 5 | 0 | 36 | D | 42 | 40 | 3F |
| Octal | 321 | 335 | 145 | 5 | 0 | 66 | 15 | 102 | 100 | 77 |
| Binary | 11010001 | 11011101 | 1100101 | 101 | 0 | 110110 | 1101 | 1000010 | 1000000 | 111111 |
Color Harmonies of #D1DD65
Complementary color
Monochromatic Colors of #D1DD65
Black with #D1DD65
Text Example
Text Example
White with #D1DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD65; }
p { color: rgb(209,221,101); }
H1.HeaderClassName
{
color: #D1DD65;
}
.AnyTagClassName
{
color: #D1DD65;
}
</style>
background-color css
<style>
a { background-color: #D1DD65; }
a { background-color: rgb(209,221,101); }
div.DivClassName
{
background-color: #D1DD65;
}
.BgClassName
{
background-color: #D1DD65;
}
</style>
border-color css
<style>
span { border-color: #D1DD65; }
span { border-color: rgb(209,221,101); }
td.TdClassName
{
border-color: #D1DD65;
}
.TagClassName
{
border-color: #D1DD65;
}
</style>