Shades of Goldenrod #D1D463
Tints of Goldenrod #D1D463
RGB
CMYK
RGB Variations
Color information
#D1D463 (or 0xD1D463) is known color: Goldenrod. HEX triplet: D1, D4 and 63. RGB value is (209,212,99). Sum of RGB (Red+Green+Blue) = 209+212+99=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D463 is #2E2B9C. Grayscale: #C6C6C6. Windows color (decimal): -3025821 or 6542545. OLE color: 6542545.
HSL color Cylindrical-coordinate representation of color #D1D463: hue angle of 61.59º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D463 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 99 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.17 |
| HSL | 61.59º | 0.57% | 0.61% | - |
| HSV(B) | 61.59º | 0.53% | 0.83% | - |
| XYZ | 52.09 | 61.54 | 20.94 | - |
| YUV | 198.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 99 | 0.01 | 0 | 0.53 | 0.17 | 61.59 | 0.57 | 0.61 |
| Hex | D1 | D4 | 63 | 1 | 0 | 35 | 11 | 3E | 39 | 3D |
| Octal | 321 | 324 | 143 | 1 | 0 | 65 | 21 | 76 | 71 | 75 |
| Binary | 11010001 | 11010100 | 1100011 | 1 | 0 | 110101 | 10001 | 111110 | 111001 | 111101 |
Color Harmonies of #D1D463
Complementary color
Monochromatic Colors of #D1D463
Black with #D1D463
Text Example
Text Example
White with #D1D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D463; }
p { color: rgb(209,212,99); }
H1.HeaderClassName
{
color: #D1D463;
}
.AnyTagClassName
{
color: #D1D463;
}
</style>
background-color css
<style>
a { background-color: #D1D463; }
a { background-color: rgb(209,212,99); }
div.DivClassName
{
background-color: #D1D463;
}
.BgClassName
{
background-color: #D1D463;
}
</style>
border-color css
<style>
span { border-color: #D1D463; }
span { border-color: rgb(209,212,99); }
td.TdClassName
{
border-color: #D1D463;
}
.TagClassName
{
border-color: #D1D463;
}
</style>