Shades of Goldenrod #D1D865
Tints of Goldenrod #D1D865
RGB
CMYK
RGB Variations
Color information
#D1D865 (or 0xD1D865) is known color: Goldenrod. HEX triplet: D1, D8 and 65. RGB value is (209,216,101). Sum of RGB (Red+Green+Blue) = 209+216+101=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D865 is #2E279A. Grayscale: #C9C9C9. Windows color (decimal): -3024795 or 6674641. OLE color: 6674641.
HSL color Cylindrical-coordinate representation of color #D1D865: hue angle of 63.65º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D865 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 101 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.15 |
| HSL | 63.65º | 0.6% | 0.62% | - |
| HSV(B) | 63.65º | 0.53% | 0.85% | - |
| XYZ | 53.2 | 63.61 | 21.79 | - |
| YUV | 200.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 101 | 0.03 | 0 | 0.53 | 0.15 | 63.65 | 0.6 | 0.62 |
| Hex | D1 | D8 | 65 | 3 | 0 | 35 | F | 40 | 3C | 3E |
| Octal | 321 | 330 | 145 | 3 | 0 | 65 | 17 | 100 | 74 | 76 |
| Binary | 11010001 | 11011000 | 1100101 | 11 | 0 | 110101 | 1111 | 1000000 | 111100 | 111110 |
Color Harmonies of #D1D865
Complementary color
Monochromatic Colors of #D1D865
Black with #D1D865
Text Example
Text Example
White with #D1D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D865; }
p { color: rgb(209,216,101); }
H1.HeaderClassName
{
color: #D1D865;
}
.AnyTagClassName
{
color: #D1D865;
}
</style>
background-color css
<style>
a { background-color: #D1D865; }
a { background-color: rgb(209,216,101); }
div.DivClassName
{
background-color: #D1D865;
}
.BgClassName
{
background-color: #D1D865;
}
</style>
border-color css
<style>
span { border-color: #D1D865; }
span { border-color: rgb(209,216,101); }
td.TdClassName
{
border-color: #D1D865;
}
.TagClassName
{
border-color: #D1D865;
}
</style>