Shades of Goldenrod #D1DD63
Tints of Goldenrod #D1DD63
RGB
CMYK
RGB Variations
Color information
#D1DD63 (or 0xD1DD63) is known color: Goldenrod. HEX triplet: D1, DD and 63. RGB value is (209,221,99). Sum of RGB (Red+Green+Blue) = 209+221+99=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD63 is #2E229C. Grayscale: #CBCBCB. Windows color (decimal): -3023517 or 6544849. OLE color: 6544849.
HSL color Cylindrical-coordinate representation of color #D1DD63: hue angle of 65.9º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1DD63 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 99 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.13 |
| HSL | 65.9º | 0.64% | 0.63% | - |
| HSV(B) | 65.9º | 0.55% | 0.87% | - |
| XYZ | 54.4 | 66.17 | 21.71 | - |
| YUV | 203.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 99 | 0.05 | 0 | 0.55 | 0.13 | 65.9 | 0.64 | 0.63 |
| Hex | D1 | DD | 63 | 5 | 0 | 37 | D | 42 | 40 | 3F |
| Octal | 321 | 335 | 143 | 5 | 0 | 67 | 15 | 102 | 100 | 77 |
| Binary | 11010001 | 11011101 | 1100011 | 101 | 0 | 110111 | 1101 | 1000010 | 1000000 | 111111 |
Color Harmonies of #D1DD63
Complementary color
Monochromatic Colors of #D1DD63
Black with #D1DD63
Text Example
Text Example
White with #D1DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD63; }
p { color: rgb(209,221,99); }
H1.HeaderClassName
{
color: #D1DD63;
}
.AnyTagClassName
{
color: #D1DD63;
}
</style>
background-color css
<style>
a { background-color: #D1DD63; }
a { background-color: rgb(209,221,99); }
div.DivClassName
{
background-color: #D1DD63;
}
.BgClassName
{
background-color: #D1DD63;
}
</style>
border-color css
<style>
span { border-color: #D1DD63; }
span { border-color: rgb(209,221,99); }
td.TdClassName
{
border-color: #D1DD63;
}
.TagClassName
{
border-color: #D1DD63;
}
</style>