Shades of Goldenrod #D1D569
Tints of Goldenrod #D1D569
RGB
CMYK
RGB Variations
Color information
#D1D569 (or 0xD1D569) is known color: Goldenrod. HEX triplet: D1, D5 and 69. RGB value is (209,213,105). Sum of RGB (Red+Green+Blue) = 209+213+105=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D569 is #2E2A96. Grayscale: #C7C7C7. Windows color (decimal): -3025559 or 6936017. OLE color: 6936017.
HSL color Cylindrical-coordinate representation of color #D1D569: hue angle of 62.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D569 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 105 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.16 |
| HSL | 62.22º | 0.56% | 0.62% | - |
| HSV(B) | 62.22º | 0.51% | 0.84% | - |
| XYZ | 52.64 | 62.16 | 22.59 | - |
| YUV | 199.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 105 | 0.02 | 0 | 0.51 | 0.16 | 62.22 | 0.56 | 0.62 |
| Hex | D1 | D5 | 69 | 2 | 0 | 33 | 10 | 3E | 38 | 3E |
| Octal | 321 | 325 | 151 | 2 | 0 | 63 | 20 | 76 | 70 | 76 |
| Binary | 11010001 | 11010101 | 1101001 | 10 | 0 | 110011 | 10000 | 111110 | 111000 | 111110 |
Color Harmonies of #D1D569
Complementary color
Monochromatic Colors of #D1D569
Black with #D1D569
Text Example
Text Example
White with #D1D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D569; }
p { color: rgb(209,213,105); }
H1.HeaderClassName
{
color: #D1D569;
}
.AnyTagClassName
{
color: #D1D569;
}
</style>
background-color css
<style>
a { background-color: #D1D569; }
a { background-color: rgb(209,213,105); }
div.DivClassName
{
background-color: #D1D569;
}
.BgClassName
{
background-color: #D1D569;
}
</style>
border-color css
<style>
span { border-color: #D1D569; }
span { border-color: rgb(209,213,105); }
td.TdClassName
{
border-color: #D1D569;
}
.TagClassName
{
border-color: #D1D569;
}
</style>