Shades of Goldenrod #D1D765
Tints of Goldenrod #D1D765
RGB
CMYK
RGB Variations
Color information
#D1D765 (or 0xD1D765) is known color: Goldenrod. HEX triplet: D1, D7 and 65. RGB value is (209,215,101). Sum of RGB (Red+Green+Blue) = 209+215+101=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D765 is #2E289A. Grayscale: #C8C8C8. Windows color (decimal): -3025051 or 6674385. OLE color: 6674385.
HSL color Cylindrical-coordinate representation of color #D1D765: hue angle of 63.16º degrees, saturation: 0.59, 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 #D1D765 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 101 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.16 |
| HSL | 63.16º | 0.59% | 0.62% | - |
| HSV(B) | 63.16º | 0.53% | 0.84% | - |
| XYZ | 52.94 | 63.1 | 21.7 | - |
| YUV | 200.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 101 | 0.03 | 0 | 0.53 | 0.16 | 63.16 | 0.59 | 0.62 |
| Hex | D1 | D7 | 65 | 3 | 0 | 35 | 10 | 3F | 3B | 3E |
| Octal | 321 | 327 | 145 | 3 | 0 | 65 | 20 | 77 | 73 | 76 |
| Binary | 11010001 | 11010111 | 1100101 | 11 | 0 | 110101 | 10000 | 111111 | 111011 | 111110 |
Color Harmonies of #D1D765
Complementary color
Monochromatic Colors of #D1D765
Black with #D1D765
Text Example
Text Example
White with #D1D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D765; }
p { color: rgb(209,215,101); }
H1.HeaderClassName
{
color: #D1D765;
}
.AnyTagClassName
{
color: #D1D765;
}
</style>
background-color css
<style>
a { background-color: #D1D765; }
a { background-color: rgb(209,215,101); }
div.DivClassName
{
background-color: #D1D765;
}
.BgClassName
{
background-color: #D1D765;
}
</style>
border-color css
<style>
span { border-color: #D1D765; }
span { border-color: rgb(209,215,101); }
td.TdClassName
{
border-color: #D1D765;
}
.TagClassName
{
border-color: #D1D765;
}
</style>