Shades of Goldenrod #D4D673
Tints of Goldenrod #D4D673
RGB
CMYK
RGB Variations
Color information
#D4D673 (or 0xD4D673) is known color: Goldenrod. HEX triplet: D4, D6 and 73. RGB value is (212,214,115). Sum of RGB (Red+Green+Blue) = 212+214+115=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D673 is #2B298C. Grayscale: #CACACA. Windows color (decimal): -2828685 or 7591636. OLE color: 7591636.
HSL color Cylindrical-coordinate representation of color #D4D673: hue angle of 61.21º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4D673 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 115 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.16 |
| HSL | 61.21º | 0.55% | 0.65% | - |
| HSV(B) | 61.21º | 0.46% | 0.84% | - |
| XYZ | 54.29 | 63.33 | 25.58 | - |
| YUV | 202.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 115 | 0.01 | 0 | 0.46 | 0.16 | 61.21 | 0.55 | 0.65 |
| Hex | D4 | D6 | 73 | 1 | 0 | 2E | 10 | 3D | 37 | 41 |
| Octal | 324 | 326 | 163 | 1 | 0 | 56 | 20 | 75 | 67 | 101 |
| Binary | 11010100 | 11010110 | 1110011 | 1 | 0 | 101110 | 10000 | 111101 | 110111 | 1000001 |
Color Harmonies of #D4D673
Complementary color
Monochromatic Colors of #D4D673
Black with #D4D673
Text Example
Text Example
White with #D4D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D673; }
p { color: rgb(212,214,115); }
H1.HeaderClassName
{
color: #D4D673;
}
.AnyTagClassName
{
color: #D4D673;
}
</style>
background-color css
<style>
a { background-color: #D4D673; }
a { background-color: rgb(212,214,115); }
div.DivClassName
{
background-color: #D4D673;
}
.BgClassName
{
background-color: #D4D673;
}
</style>
border-color css
<style>
span { border-color: #D4D673; }
span { border-color: rgb(212,214,115); }
td.TdClassName
{
border-color: #D4D673;
}
.TagClassName
{
border-color: #D4D673;
}
</style>