Shades of Goldenrod #D4DC74
Tints of Goldenrod #D4DC74
RGB
CMYK
RGB Variations
Color information
#D4DC74 (or 0xD4DC74) is known color: Goldenrod. HEX triplet: D4, DC and 74. RGB value is (212,220,116). Sum of RGB (Red+Green+Blue) = 212+220+116=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC74 is #2B238B. Grayscale: #CECECE. Windows color (decimal): -2827148 or 7658708. OLE color: 7658708.
HSL color Cylindrical-coordinate representation of color #D4DC74: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4DC74 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 116 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.14 |
| HSL | 64.62º | 0.6% | 0.66% | - |
| HSV(B) | 64.62º | 0.47% | 0.86% | - |
| XYZ | 55.9 | 66.44 | 26.4 | - |
| YUV | 205.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 116 | 0.04 | 0 | 0.47 | 0.14 | 64.62 | 0.6 | 0.66 |
| Hex | D4 | DC | 74 | 4 | 0 | 2F | E | 41 | 3C | 42 |
| Octal | 324 | 334 | 164 | 4 | 0 | 57 | 16 | 101 | 74 | 102 |
| Binary | 11010100 | 11011100 | 1110100 | 100 | 0 | 101111 | 1110 | 1000001 | 111100 | 1000010 |
Color Harmonies of #D4DC74
Complementary color
Monochromatic Colors of #D4DC74
Black with #D4DC74
Text Example
Text Example
White with #D4DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC74; }
p { color: rgb(212,220,116); }
H1.HeaderClassName
{
color: #D4DC74;
}
.AnyTagClassName
{
color: #D4DC74;
}
</style>
background-color css
<style>
a { background-color: #D4DC74; }
a { background-color: rgb(212,220,116); }
div.DivClassName
{
background-color: #D4DC74;
}
.BgClassName
{
background-color: #D4DC74;
}
</style>
border-color css
<style>
span { border-color: #D4DC74; }
span { border-color: rgb(212,220,116); }
td.TdClassName
{
border-color: #D4DC74;
}
.TagClassName
{
border-color: #D4DC74;
}
</style>