Shades of Goldenrod #D1D066
Tints of Goldenrod #D1D066
RGB
CMYK
RGB Variations
Color information
#D1D066 (or 0xD1D066) is known color: Goldenrod. HEX triplet: D1, D0 and 66. RGB value is (209,208,102). Sum of RGB (Red+Green+Blue) = 209+208+102=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D066 is #2E2F99. Grayscale: #C4C4C4. Windows color (decimal): -3026842 or 6738129. OLE color: 6738129.
HSL color Cylindrical-coordinate representation of color #D1D066: hue angle of 59.44º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D066 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 102 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.18 |
| HSL | 59.44º | 0.54% | 0.61% | - |
| HSV(B) | 59.44º | 0.51% | 0.82% | - |
| XYZ | 51.25 | 59.63 | 21.38 | - |
| YUV | 196.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 102 | 0 | 0.00 | 0.51 | 0.18 | 59.44 | 0.54 | 0.61 |
| Hex | D1 | D0 | 66 | 0 | 0 | 33 | 12 | 3B | 36 | 3D |
| Octal | 321 | 320 | 146 | 0 | 0 | 63 | 22 | 73 | 66 | 75 |
| Binary | 11010001 | 11010000 | 1100110 | 0 | 0 | 110011 | 10010 | 111011 | 110110 | 111101 |
Color Harmonies of #D1D066
Complementary color
Monochromatic Colors of #D1D066
Black with #D1D066
Text Example
Text Example
White with #D1D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D066; }
p { color: rgb(209,208,102); }
H1.HeaderClassName
{
color: #D1D066;
}
.AnyTagClassName
{
color: #D1D066;
}
</style>
background-color css
<style>
a { background-color: #D1D066; }
a { background-color: rgb(209,208,102); }
div.DivClassName
{
background-color: #D1D066;
}
.BgClassName
{
background-color: #D1D066;
}
</style>
border-color css
<style>
span { border-color: #D1D066; }
span { border-color: rgb(209,208,102); }
td.TdClassName
{
border-color: #D1D066;
}
.TagClassName
{
border-color: #D1D066;
}
</style>