Shades of Goldenrod #D4D073
Tints of Goldenrod #D4D073
RGB
CMYK
RGB Variations
Color information
#D4D073 (or 0xD4D073) is known color: Goldenrod. HEX triplet: D4, D0 and 73. RGB value is (212,208,115). Sum of RGB (Red+Green+Blue) = 212+208+115=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D073 is #2B2F8C. Grayscale: #C6C6C6. Windows color (decimal): -2830221 or 7590100. OLE color: 7590100.
HSL color Cylindrical-coordinate representation of color #D4D073: hue angle of 57.53º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4D073 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 115 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.17 |
| HSL | 57.53º | 0.53% | 0.64% | - |
| HSV(B) | 57.53º | 0.46% | 0.83% | - |
| XYZ | 52.8 | 60.35 | 25.08 | - |
| YUV | 198.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 115 | 0 | 0.02 | 0.46 | 0.17 | 57.53 | 0.53 | 0.64 |
| Hex | D4 | D0 | 73 | 0 | 2 | 2E | 11 | 3A | 35 | 40 |
| Octal | 324 | 320 | 163 | 0 | 2 | 56 | 21 | 72 | 65 | 100 |
| Binary | 11010100 | 11010000 | 1110011 | 0 | 10 | 101110 | 10001 | 111010 | 110101 | 1000000 |
Color Harmonies of #D4D073
Complementary color
Monochromatic Colors of #D4D073
Black with #D4D073
Text Example
Text Example
White with #D4D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D073; }
p { color: rgb(212,208,115); }
H1.HeaderClassName
{
color: #D4D073;
}
.AnyTagClassName
{
color: #D4D073;
}
</style>
background-color css
<style>
a { background-color: #D4D073; }
a { background-color: rgb(212,208,115); }
div.DivClassName
{
background-color: #D4D073;
}
.BgClassName
{
background-color: #D4D073;
}
</style>
border-color css
<style>
span { border-color: #D4D073; }
span { border-color: rgb(212,208,115); }
td.TdClassName
{
border-color: #D4D073;
}
.TagClassName
{
border-color: #D4D073;
}
</style>