Shades of Goldenrod #D4D873
Tints of Goldenrod #D4D873
RGB
CMYK
RGB Variations
Color information
#D4D873 (or 0xD4D873) is known color: Goldenrod. HEX triplet: D4, D8 and 73. RGB value is (212,216,115). Sum of RGB (Red+Green+Blue) = 212+216+115=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D873 is #2B278C. Grayscale: #CBCBCB. Windows color (decimal): -2828173 or 7592148. OLE color: 7592148.
HSL color Cylindrical-coordinate representation of color #D4D873: hue angle of 62.38º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4D873 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 115 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.15 |
| HSL | 62.38º | 0.56% | 0.65% | - |
| HSV(B) | 62.38º | 0.47% | 0.85% | - |
| XYZ | 54.8 | 64.35 | 25.75 | - |
| YUV | 203.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 115 | 0.02 | 0 | 0.47 | 0.15 | 62.38 | 0.56 | 0.65 |
| Hex | D4 | D8 | 73 | 2 | 0 | 2F | F | 3E | 38 | 41 |
| Octal | 324 | 330 | 163 | 2 | 0 | 57 | 17 | 76 | 70 | 101 |
| Binary | 11010100 | 11011000 | 1110011 | 10 | 0 | 101111 | 1111 | 111110 | 111000 | 1000001 |
Color Harmonies of #D4D873
Complementary color
Monochromatic Colors of #D4D873
Black with #D4D873
Text Example
Text Example
White with #D4D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D873; }
p { color: rgb(212,216,115); }
H1.HeaderClassName
{
color: #D4D873;
}
.AnyTagClassName
{
color: #D4D873;
}
</style>
background-color css
<style>
a { background-color: #D4D873; }
a { background-color: rgb(212,216,115); }
div.DivClassName
{
background-color: #D4D873;
}
.BgClassName
{
background-color: #D4D873;
}
</style>
border-color css
<style>
span { border-color: #D4D873; }
span { border-color: rgb(212,216,115); }
td.TdClassName
{
border-color: #D4D873;
}
.TagClassName
{
border-color: #D4D873;
}
</style>