Shades of Goldenrod #D4D963
Tints of Goldenrod #D4D963
RGB
CMYK
RGB Variations
Color information
#D4D963 (or 0xD4D963) is known color: Goldenrod. HEX triplet: D4, D9 and 63. RGB value is (212,217,99). Sum of RGB (Red+Green+Blue) = 212+217+99=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D963 is #2B269C. Grayscale: #CACACA. Windows color (decimal): -2827933 or 6543828. OLE color: 6543828.
HSL color Cylindrical-coordinate representation of color #D4D963: hue angle of 62.54º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4D963 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 99 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.15 |
| HSL | 62.54º | 0.61% | 0.62% | - |
| HSV(B) | 62.54º | 0.54% | 0.85% | - |
| XYZ | 54.22 | 64.52 | 21.4 | - |
| YUV | 202.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 99 | 0.02 | 0 | 0.54 | 0.15 | 62.54 | 0.61 | 0.62 |
| Hex | D4 | D9 | 63 | 2 | 0 | 36 | F | 3F | 3D | 3E |
| Octal | 324 | 331 | 143 | 2 | 0 | 66 | 17 | 77 | 75 | 76 |
| Binary | 11010100 | 11011001 | 1100011 | 10 | 0 | 110110 | 1111 | 111111 | 111101 | 111110 |
Color Harmonies of #D4D963
Complementary color
Monochromatic Colors of #D4D963
Black with #D4D963
Text Example
Text Example
White with #D4D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D963; }
p { color: rgb(212,217,99); }
H1.HeaderClassName
{
color: #D4D963;
}
.AnyTagClassName
{
color: #D4D963;
}
</style>
background-color css
<style>
a { background-color: #D4D963; }
a { background-color: rgb(212,217,99); }
div.DivClassName
{
background-color: #D4D963;
}
.BgClassName
{
background-color: #D4D963;
}
</style>
border-color css
<style>
span { border-color: #D4D963; }
span { border-color: rgb(212,217,99); }
td.TdClassName
{
border-color: #D4D963;
}
.TagClassName
{
border-color: #D4D963;
}
</style>