Shades of Goldenrod #D1D15F
Tints of Goldenrod #D1D15F
RGB
CMYK
RGB Variations
Color information
#D1D15F (or 0xD1D15F) is known color: Goldenrod. HEX triplet: D1, D1 and 5F. RGB value is (209,209,95). Sum of RGB (Red+Green+Blue) = 209+209+95=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D15F is #2E2EA0. Grayscale: #C4C4C4. Windows color (decimal): -3026593 or 6279633. OLE color: 6279633.
HSL color Cylindrical-coordinate representation of color #D1D15F: hue angle of 60º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D15F is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 95 | - |
| CMYK | 0 | 0 | 0.55 | 0.18 |
| HSL | 60º | 0.55% | 0.6% | - |
| HSV(B) | 60º | 0.55% | 0.82% | - |
| XYZ | 51.16 | 59.98 | 19.71 | - |
| YUV | 196 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 95 | 0 | 0 | 0.55 | 0.18 | 60 | 0.55 | 0.6 |
| Hex | D1 | D1 | 5F | 0 | 0 | 37 | 12 | 3C | 37 | 3C |
| Octal | 321 | 321 | 137 | 0 | 0 | 67 | 22 | 74 | 67 | 74 |
| Binary | 11010001 | 11010001 | 1011111 | 0 | 0 | 110111 | 10010 | 111100 | 110111 | 111100 |
Color Harmonies of #D1D15F
Complementary color
Monochromatic Colors of #D1D15F
Black with #D1D15F
Text Example
Text Example
White with #D1D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D15F; }
p { color: rgb(209,209,95); }
H1.HeaderClassName
{
color: #D1D15F;
}
.AnyTagClassName
{
color: #D1D15F;
}
</style>
background-color css
<style>
a { background-color: #D1D15F; }
a { background-color: rgb(209,209,95); }
div.DivClassName
{
background-color: #D1D15F;
}
.BgClassName
{
background-color: #D1D15F;
}
</style>
border-color css
<style>
span { border-color: #D1D15F; }
span { border-color: rgb(209,209,95); }
td.TdClassName
{
border-color: #D1D15F;
}
.TagClassName
{
border-color: #D1D15F;
}
</style>