Shades of Goldenrod #D4D961
Tints of Goldenrod #D4D961
RGB
CMYK
RGB Variations
Color information
#D4D961 (or 0xD4D961) is known color: Goldenrod. HEX triplet: D4, D9 and 61. RGB value is (212,217,97). Sum of RGB (Red+Green+Blue) = 212+217+97=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D961 is #2B269E. Grayscale: #CACACA. Windows color (decimal): -2827935 or 6412756. OLE color: 6412756.
HSL color Cylindrical-coordinate representation of color #D4D961: hue angle of 62.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4D961 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 97 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.15 |
| HSL | 62.5º | 0.61% | 0.62% | - |
| HSV(B) | 62.5º | 0.55% | 0.85% | - |
| XYZ | 54.12 | 64.49 | 20.9 | - |
| YUV | 201.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 97 | 0.02 | 0 | 0.55 | 0.15 | 62.5 | 0.61 | 0.62 |
| Hex | D4 | D9 | 61 | 2 | 0 | 37 | F | 3F | 3D | 3E |
| Octal | 324 | 331 | 141 | 2 | 0 | 67 | 17 | 77 | 75 | 76 |
| Binary | 11010100 | 11011001 | 1100001 | 10 | 0 | 110111 | 1111 | 111111 | 111101 | 111110 |
Color Harmonies of #D4D961
Complementary color
Monochromatic Colors of #D4D961
Black with #D4D961
Text Example
Text Example
White with #D4D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D961; }
p { color: rgb(212,217,97); }
H1.HeaderClassName
{
color: #D4D961;
}
.AnyTagClassName
{
color: #D4D961;
}
</style>
background-color css
<style>
a { background-color: #D4D961; }
a { background-color: rgb(212,217,97); }
div.DivClassName
{
background-color: #D4D961;
}
.BgClassName
{
background-color: #D4D961;
}
</style>
border-color css
<style>
span { border-color: #D4D961; }
span { border-color: rgb(212,217,97); }
td.TdClassName
{
border-color: #D4D961;
}
.TagClassName
{
border-color: #D4D961;
}
</style>