Shades of Goldenrod #D1D26E
Tints of Goldenrod #D1D26E
RGB
CMYK
RGB Variations
Color information
#D1D26E (or 0xD1D26E) is known color: Goldenrod. HEX triplet: D1, D2 and 6E. RGB value is (209,210,110). Sum of RGB (Red+Green+Blue) = 209+210+110=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D26E is #2E2D91. Grayscale: #C6C6C6. Windows color (decimal): -3026322 or 7262929. OLE color: 7262929.
HSL color Cylindrical-coordinate representation of color #D1D26E: hue angle of 60.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1D26E is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 110 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.18 |
| HSL | 60.6º | 0.53% | 0.63% | - |
| HSV(B) | 60.6º | 0.48% | 0.82% | - |
| XYZ | 52.16 | 60.77 | 23.73 | - |
| YUV | 198.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 110 | 0.00 | 0 | 0.48 | 0.18 | 60.6 | 0.53 | 0.63 |
| Hex | D1 | D2 | 6E | 0 | 0 | 30 | 12 | 3D | 35 | 3F |
| Octal | 321 | 322 | 156 | 0 | 0 | 60 | 22 | 75 | 65 | 77 |
| Binary | 11010001 | 11010010 | 1101110 | 0 | 0 | 110000 | 10010 | 111101 | 110101 | 111111 |
Color Harmonies of #D1D26E
Complementary color
Monochromatic Colors of #D1D26E
Black with #D1D26E
Text Example
Text Example
White with #D1D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D26E; }
p { color: rgb(209,210,110); }
H1.HeaderClassName
{
color: #D1D26E;
}
.AnyTagClassName
{
color: #D1D26E;
}
</style>
background-color css
<style>
a { background-color: #D1D26E; }
a { background-color: rgb(209,210,110); }
div.DivClassName
{
background-color: #D1D26E;
}
.BgClassName
{
background-color: #D1D26E;
}
</style>
border-color css
<style>
span { border-color: #D1D26E; }
span { border-color: rgb(209,210,110); }
td.TdClassName
{
border-color: #D1D26E;
}
.TagClassName
{
border-color: #D1D26E;
}
</style>