Shades of Goldenrod #D4D274
Tints of Goldenrod #D4D274
RGB
CMYK
RGB Variations
Color information
#D4D274 (or 0xD4D274) is known color: Goldenrod. HEX triplet: D4, D2 and 74. RGB value is (212,210,116). Sum of RGB (Red+Green+Blue) = 212+210+116=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D274 is #2B2D8B. Grayscale: #C8C8C8. Windows color (decimal): -2829708 or 7656148. OLE color: 7656148.
HSL color Cylindrical-coordinate representation of color #D4D274: hue angle of 58.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4D274 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 116 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.17 |
| HSL | 58.75º | 0.53% | 0.64% | - |
| HSV(B) | 58.75º | 0.45% | 0.83% | - |
| XYZ | 53.35 | 61.35 | 25.55 | - |
| YUV | 199.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 116 | 0 | 0.01 | 0.45 | 0.17 | 58.75 | 0.53 | 0.64 |
| Hex | D4 | D2 | 74 | 0 | 1 | 2D | 11 | 3B | 35 | 40 |
| Octal | 324 | 322 | 164 | 0 | 1 | 55 | 21 | 73 | 65 | 100 |
| Binary | 11010100 | 11010010 | 1110100 | 0 | 1 | 101101 | 10001 | 111011 | 110101 | 1000000 |
Color Harmonies of #D4D274
Complementary color
Monochromatic Colors of #D4D274
Black with #D4D274
Text Example
Text Example
White with #D4D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D274; }
p { color: rgb(212,210,116); }
H1.HeaderClassName
{
color: #D4D274;
}
.AnyTagClassName
{
color: #D4D274;
}
</style>
background-color css
<style>
a { background-color: #D4D274; }
a { background-color: rgb(212,210,116); }
div.DivClassName
{
background-color: #D4D274;
}
.BgClassName
{
background-color: #D4D274;
}
</style>
border-color css
<style>
span { border-color: #D4D274; }
span { border-color: rgb(212,210,116); }
td.TdClassName
{
border-color: #D4D274;
}
.TagClassName
{
border-color: #D4D274;
}
</style>