Shades of Goldenrod #D1D063
Tints of Goldenrod #D1D063
RGB
CMYK
RGB Variations
Color information
#D1D063 (or 0xD1D063) is known color: Goldenrod. HEX triplet: D1, D0 and 63. RGB value is (209,208,99). Sum of RGB (Red+Green+Blue) = 209+208+99=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D063 is #2E2F9C. Grayscale: #C4C4C4. Windows color (decimal): -3026845 or 6541521. OLE color: 6541521.
HSL color Cylindrical-coordinate representation of color #D1D063: hue angle of 59.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D063 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 99 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.18 |
| HSL | 59.45º | 0.54% | 0.6% | - |
| HSV(B) | 59.45º | 0.53% | 0.82% | - |
| XYZ | 51.1 | 59.57 | 20.61 | - |
| YUV | 195.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 99 | 0 | 0.00 | 0.53 | 0.18 | 59.45 | 0.54 | 0.6 |
| Hex | D1 | D0 | 63 | 0 | 0 | 35 | 12 | 3B | 36 | 3C |
| Octal | 321 | 320 | 143 | 0 | 0 | 65 | 22 | 73 | 66 | 74 |
| Binary | 11010001 | 11010000 | 1100011 | 0 | 0 | 110101 | 10010 | 111011 | 110110 | 111100 |
Color Harmonies of #D1D063
Complementary color
Monochromatic Colors of #D1D063
Black with #D1D063
Text Example
Text Example
White with #D1D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D063; }
p { color: rgb(209,208,99); }
H1.HeaderClassName
{
color: #D1D063;
}
.AnyTagClassName
{
color: #D1D063;
}
</style>
background-color css
<style>
a { background-color: #D1D063; }
a { background-color: rgb(209,208,99); }
div.DivClassName
{
background-color: #D1D063;
}
.BgClassName
{
background-color: #D1D063;
}
</style>
border-color css
<style>
span { border-color: #D1D063; }
span { border-color: rgb(209,208,99); }
td.TdClassName
{
border-color: #D1D063;
}
.TagClassName
{
border-color: #D1D063;
}
</style>