Shades of Goldenrod #D1D769
Tints of Goldenrod #D1D769
RGB
CMYK
RGB Variations
Color information
#D1D769 (or 0xD1D769) is known color: Goldenrod. HEX triplet: D1, D7 and 69. RGB value is (209,215,105). Sum of RGB (Red+Green+Blue) = 209+215+105=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D769 is #2E2896. Grayscale: #C9C9C9. Windows color (decimal): -3025047 or 6936529. OLE color: 6936529.
HSL color Cylindrical-coordinate representation of color #D1D769: hue angle of 63.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D769 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 105 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.16 |
| HSL | 63.27º | 0.58% | 0.63% | - |
| HSV(B) | 63.27º | 0.51% | 0.84% | - |
| XYZ | 53.14 | 63.18 | 22.76 | - |
| YUV | 200.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 105 | 0.03 | 0 | 0.51 | 0.16 | 63.27 | 0.58 | 0.63 |
| Hex | D1 | D7 | 69 | 3 | 0 | 33 | 10 | 3F | 3A | 3F |
| Octal | 321 | 327 | 151 | 3 | 0 | 63 | 20 | 77 | 72 | 77 |
| Binary | 11010001 | 11010111 | 1101001 | 11 | 0 | 110011 | 10000 | 111111 | 111010 | 111111 |
Color Harmonies of #D1D769
Complementary color
Monochromatic Colors of #D1D769
Black with #D1D769
Text Example
Text Example
White with #D1D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D769; }
p { color: rgb(209,215,105); }
H1.HeaderClassName
{
color: #D1D769;
}
.AnyTagClassName
{
color: #D1D769;
}
</style>
background-color css
<style>
a { background-color: #D1D769; }
a { background-color: rgb(209,215,105); }
div.DivClassName
{
background-color: #D1D769;
}
.BgClassName
{
background-color: #D1D769;
}
</style>
border-color css
<style>
span { border-color: #D1D769; }
span { border-color: rgb(209,215,105); }
td.TdClassName
{
border-color: #D1D769;
}
.TagClassName
{
border-color: #D1D769;
}
</style>