Shades of Goldenrod #D1DA63
Tints of Goldenrod #D1DA63
RGB
CMYK
RGB Variations
Color information
#D1DA63 (or 0xD1DA63) is known color: Goldenrod. HEX triplet: D1, DA and 63. RGB value is (209,218,99). Sum of RGB (Red+Green+Blue) = 209+218+99=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA63 is #2E259C. Grayscale: #CACACA. Windows color (decimal): -3024285 or 6544081. OLE color: 6544081.
HSL color Cylindrical-coordinate representation of color #D1DA63: hue angle of 64.54º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1DA63 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 99 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.15 |
| HSL | 64.54º | 0.62% | 0.62% | - |
| HSV(B) | 64.54º | 0.55% | 0.85% | - |
| XYZ | 53.62 | 64.6 | 21.45 | - |
| YUV | 201.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 99 | 0.04 | 0 | 0.55 | 0.15 | 64.54 | 0.62 | 0.62 |
| Hex | D1 | DA | 63 | 4 | 0 | 37 | F | 41 | 3E | 3E |
| Octal | 321 | 332 | 143 | 4 | 0 | 67 | 17 | 101 | 76 | 76 |
| Binary | 11010001 | 11011010 | 1100011 | 100 | 0 | 110111 | 1111 | 1000001 | 111110 | 111110 |
Color Harmonies of #D1DA63
Complementary color
Monochromatic Colors of #D1DA63
Black with #D1DA63
Text Example
Text Example
White with #D1DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA63; }
p { color: rgb(209,218,99); }
H1.HeaderClassName
{
color: #D1DA63;
}
.AnyTagClassName
{
color: #D1DA63;
}
</style>
background-color css
<style>
a { background-color: #D1DA63; }
a { background-color: rgb(209,218,99); }
div.DivClassName
{
background-color: #D1DA63;
}
.BgClassName
{
background-color: #D1DA63;
}
</style>
border-color css
<style>
span { border-color: #D1DA63; }
span { border-color: rgb(209,218,99); }
td.TdClassName
{
border-color: #D1DA63;
}
.TagClassName
{
border-color: #D1DA63;
}
</style>