Shades of Goldenrod #D4D763
Tints of Goldenrod #D4D763
RGB
CMYK
RGB Variations
Color information
#D4D763 (or 0xD4D763) is known color: Goldenrod. HEX triplet: D4, D7 and 63. RGB value is (212,215,99). Sum of RGB (Red+Green+Blue) = 212+215+99=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D763 is #2B289C. Grayscale: #C9C9C9. Windows color (decimal): -2828445 or 6543316. OLE color: 6543316.
HSL color Cylindrical-coordinate representation of color #D4D763: hue angle of 61.55º 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 #D4D763 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 99 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.16 |
| HSL | 61.55º | 0.59% | 0.62% | - |
| HSV(B) | 61.55º | 0.54% | 0.84% | - |
| XYZ | 53.7 | 63.5 | 21.23 | - |
| YUV | 200.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 99 | 0.01 | 0 | 0.54 | 0.16 | 61.55 | 0.59 | 0.62 |
| Hex | D4 | D7 | 63 | 1 | 0 | 36 | 10 | 3E | 3B | 3E |
| Octal | 324 | 327 | 143 | 1 | 0 | 66 | 20 | 76 | 73 | 76 |
| Binary | 11010100 | 11010111 | 1100011 | 1 | 0 | 110110 | 10000 | 111110 | 111011 | 111110 |
Color Harmonies of #D4D763
Complementary color
Monochromatic Colors of #D4D763
Black with #D4D763
Text Example
Text Example
White with #D4D763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D763; }
p { color: rgb(212,215,99); }
H1.HeaderClassName
{
color: #D4D763;
}
.AnyTagClassName
{
color: #D4D763;
}
</style>
background-color css
<style>
a { background-color: #D4D763; }
a { background-color: rgb(212,215,99); }
div.DivClassName
{
background-color: #D4D763;
}
.BgClassName
{
background-color: #D4D763;
}
</style>
border-color css
<style>
span { border-color: #D4D763; }
span { border-color: rgb(212,215,99); }
td.TdClassName
{
border-color: #D4D763;
}
.TagClassName
{
border-color: #D4D763;
}
</style>