Shades of Goldenrod #D1D466
Tints of Goldenrod #D1D466
RGB
CMYK
RGB Variations
Color information
#D1D466 (or 0xD1D466) is known color: Goldenrod. HEX triplet: D1, D4 and 66. RGB value is (209,212,102). Sum of RGB (Red+Green+Blue) = 209+212+102=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D466 is #2E2B99. Grayscale: #C7C7C7. Windows color (decimal): -3025818 or 6739153. OLE color: 6739153.
HSL color Cylindrical-coordinate representation of color #D1D466: hue angle of 61.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1D466 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 102 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.17 |
| HSL | 61.64º | 0.56% | 0.62% | - |
| HSV(B) | 61.64º | 0.52% | 0.83% | - |
| XYZ | 52.24 | 61.6 | 21.71 | - |
| YUV | 198.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 102 | 0.01 | 0 | 0.52 | 0.17 | 61.64 | 0.56 | 0.62 |
| Hex | D1 | D4 | 66 | 1 | 0 | 34 | 11 | 3E | 38 | 3E |
| Octal | 321 | 324 | 146 | 1 | 0 | 64 | 21 | 76 | 70 | 76 |
| Binary | 11010001 | 11010100 | 1100110 | 1 | 0 | 110100 | 10001 | 111110 | 111000 | 111110 |
Color Harmonies of #D1D466
Complementary color
Monochromatic Colors of #D1D466
Black with #D1D466
Text Example
Text Example
White with #D1D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D466; }
p { color: rgb(209,212,102); }
H1.HeaderClassName
{
color: #D1D466;
}
.AnyTagClassName
{
color: #D1D466;
}
</style>
background-color css
<style>
a { background-color: #D1D466; }
a { background-color: rgb(209,212,102); }
div.DivClassName
{
background-color: #D1D466;
}
.BgClassName
{
background-color: #D1D466;
}
</style>
border-color css
<style>
span { border-color: #D1D466; }
span { border-color: rgb(209,212,102); }
td.TdClassName
{
border-color: #D1D466;
}
.TagClassName
{
border-color: #D1D466;
}
</style>