Shades of Goldenrod #D1D46C
Tints of Goldenrod #D1D46C
RGB
CMYK
RGB Variations
Color information
#D1D46C (or 0xD1D46C) is known color: Goldenrod. HEX triplet: D1, D4 and 6C. RGB value is (209,212,108). Sum of RGB (Red+Green+Blue) = 209+212+108=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D46C is #2E2B93. Grayscale: #C7C7C7. Windows color (decimal): -3025812 or 7132369. OLE color: 7132369.
HSL color Cylindrical-coordinate representation of color #D1D46C: hue angle of 61.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1D46C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 108 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.17 |
| HSL | 61.73º | 0.55% | 0.63% | - |
| HSV(B) | 61.73º | 0.49% | 0.83% | - |
| XYZ | 52.54 | 61.72 | 23.33 | - |
| YUV | 199.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 108 | 0.01 | 0 | 0.49 | 0.17 | 61.73 | 0.55 | 0.63 |
| Hex | D1 | D4 | 6C | 1 | 0 | 31 | 11 | 3E | 37 | 3F |
| Octal | 321 | 324 | 154 | 1 | 0 | 61 | 21 | 76 | 67 | 77 |
| Binary | 11010001 | 11010100 | 1101100 | 1 | 0 | 110001 | 10001 | 111110 | 110111 | 111111 |
Color Harmonies of #D1D46C
Complementary color
Monochromatic Colors of #D1D46C
Black with #D1D46C
Text Example
Text Example
White with #D1D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D46C; }
p { color: rgb(209,212,108); }
H1.HeaderClassName
{
color: #D1D46C;
}
.AnyTagClassName
{
color: #D1D46C;
}
</style>
background-color css
<style>
a { background-color: #D1D46C; }
a { background-color: rgb(209,212,108); }
div.DivClassName
{
background-color: #D1D46C;
}
.BgClassName
{
background-color: #D1D46C;
}
</style>
border-color css
<style>
span { border-color: #D1D46C; }
span { border-color: rgb(209,212,108); }
td.TdClassName
{
border-color: #D1D46C;
}
.TagClassName
{
border-color: #D1D46C;
}
</style>