Shades of Goldenrod #D1D763
Tints of Goldenrod #D1D763
RGB
CMYK
RGB Variations
Color information
#D1D763 (or 0xD1D763) is known color: Goldenrod. HEX triplet: D1, D7 and 63. RGB value is (209,215,99). Sum of RGB (Red+Green+Blue) = 209+215+99=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D763 is #2E289C. Grayscale: #C8C8C8. Windows color (decimal): -3025053 or 6543313. OLE color: 6543313.
HSL color Cylindrical-coordinate representation of color #D1D763: hue angle of 63.1º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1D763 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 99 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.16 |
| HSL | 63.1º | 0.59% | 0.62% | - |
| HSV(B) | 63.1º | 0.54% | 0.84% | - |
| XYZ | 52.85 | 63.06 | 21.19 | - |
| YUV | 199.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 99 | 0.03 | 0 | 0.54 | 0.16 | 63.1 | 0.59 | 0.62 |
| Hex | D1 | D7 | 63 | 3 | 0 | 36 | 10 | 3F | 3B | 3E |
| Octal | 321 | 327 | 143 | 3 | 0 | 66 | 20 | 77 | 73 | 76 |
| Binary | 11010001 | 11010111 | 1100011 | 11 | 0 | 110110 | 10000 | 111111 | 111011 | 111110 |
Color Harmonies of #D1D763
Complementary color
Monochromatic Colors of #D1D763
Black with #D1D763
Text Example
Text Example
White with #D1D763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D763; }
p { color: rgb(209,215,99); }
H1.HeaderClassName
{
color: #D1D763;
}
.AnyTagClassName
{
color: #D1D763;
}
</style>
background-color css
<style>
a { background-color: #D1D763; }
a { background-color: rgb(209,215,99); }
div.DivClassName
{
background-color: #D1D763;
}
.BgClassName
{
background-color: #D1D763;
}
</style>
border-color css
<style>
span { border-color: #D1D763; }
span { border-color: rgb(209,215,99); }
td.TdClassName
{
border-color: #D1D763;
}
.TagClassName
{
border-color: #D1D763;
}
</style>