Shades of Goldenrod #D1D565
Tints of Goldenrod #D1D565
RGB
CMYK
RGB Variations
Color information
#D1D565 (or 0xD1D565) is known color: Goldenrod. HEX triplet: D1, D5 and 65. RGB value is (209,213,101). Sum of RGB (Red+Green+Blue) = 209+213+101=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D565 is #2E2A9A. Grayscale: #C7C7C7. Windows color (decimal): -3025563 or 6673873. OLE color: 6673873.
HSL color Cylindrical-coordinate representation of color #D1D565: hue angle of 62.14º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D565 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 101 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.16 |
| HSL | 62.14º | 0.57% | 0.62% | - |
| HSV(B) | 62.14º | 0.53% | 0.84% | - |
| XYZ | 52.44 | 62.08 | 21.53 | - |
| YUV | 199.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 101 | 0.02 | 0 | 0.53 | 0.16 | 62.14 | 0.57 | 0.62 |
| Hex | D1 | D5 | 65 | 2 | 0 | 35 | 10 | 3E | 39 | 3E |
| Octal | 321 | 325 | 145 | 2 | 0 | 65 | 20 | 76 | 71 | 76 |
| Binary | 11010001 | 11010101 | 1100101 | 10 | 0 | 110101 | 10000 | 111110 | 111001 | 111110 |
Color Harmonies of #D1D565
Complementary color
Monochromatic Colors of #D1D565
Black with #D1D565
Text Example
Text Example
White with #D1D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D565; }
p { color: rgb(209,213,101); }
H1.HeaderClassName
{
color: #D1D565;
}
.AnyTagClassName
{
color: #D1D565;
}
</style>
background-color css
<style>
a { background-color: #D1D565; }
a { background-color: rgb(209,213,101); }
div.DivClassName
{
background-color: #D1D565;
}
.BgClassName
{
background-color: #D1D565;
}
</style>
border-color css
<style>
span { border-color: #D1D565; }
span { border-color: rgb(209,213,101); }
td.TdClassName
{
border-color: #D1D565;
}
.TagClassName
{
border-color: #D1D565;
}
</style>