Shades of Goldenrod #D4D672
Tints of Goldenrod #D4D672
RGB
CMYK
RGB Variations
Color information
#D4D672 (or 0xD4D672) is known color: Goldenrod. HEX triplet: D4, D6 and 72. RGB value is (212,214,114). Sum of RGB (Red+Green+Blue) = 212+214+114=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D672 is #2B298D. Grayscale: #CACACA. Windows color (decimal): -2828686 or 7526100. OLE color: 7526100.
HSL color Cylindrical-coordinate representation of color #D4D672: hue angle of 61.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4D672 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 114 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.16 |
| HSL | 61.2º | 0.55% | 0.64% | - |
| HSV(B) | 61.2º | 0.47% | 0.84% | - |
| XYZ | 54.24 | 63.31 | 25.28 | - |
| YUV | 202 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 114 | 0.01 | 0 | 0.47 | 0.16 | 61.2 | 0.55 | 0.64 |
| Hex | D4 | D6 | 72 | 1 | 0 | 2F | 10 | 3D | 37 | 40 |
| Octal | 324 | 326 | 162 | 1 | 0 | 57 | 20 | 75 | 67 | 100 |
| Binary | 11010100 | 11010110 | 1110010 | 1 | 0 | 101111 | 10000 | 111101 | 110111 | 1000000 |
Color Harmonies of #D4D672
Complementary color
Monochromatic Colors of #D4D672
Black with #D4D672
Text Example
Text Example
White with #D4D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D672; }
p { color: rgb(212,214,114); }
H1.HeaderClassName
{
color: #D4D672;
}
.AnyTagClassName
{
color: #D4D672;
}
</style>
background-color css
<style>
a { background-color: #D4D672; }
a { background-color: rgb(212,214,114); }
div.DivClassName
{
background-color: #D4D672;
}
.BgClassName
{
background-color: #D4D672;
}
</style>
border-color css
<style>
span { border-color: #D4D672; }
span { border-color: rgb(212,214,114); }
td.TdClassName
{
border-color: #D4D672;
}
.TagClassName
{
border-color: #D4D672;
}
</style>