Shades of Goldenrod #D4D764
Tints of Goldenrod #D4D764
RGB
CMYK
RGB Variations
Color information
#D4D764 (or 0xD4D764) is known color: Goldenrod. HEX triplet: D4, D7 and 64. RGB value is (212,215,100). Sum of RGB (Red+Green+Blue) = 212+215+100=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D764 is #2B289B. Grayscale: #C9C9C9. Windows color (decimal): -2828444 or 6608852. OLE color: 6608852.
HSL color Cylindrical-coordinate representation of color #D4D764: hue angle of 61.57º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D764 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 100 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.16 |
| HSL | 61.57º | 0.59% | 0.62% | - |
| HSV(B) | 61.57º | 0.53% | 0.84% | - |
| XYZ | 53.75 | 63.52 | 21.48 | - |
| YUV | 200.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 100 | 0.01 | 0 | 0.53 | 0.16 | 61.57 | 0.59 | 0.62 |
| Hex | D4 | D7 | 64 | 1 | 0 | 35 | 10 | 3E | 3B | 3E |
| Octal | 324 | 327 | 144 | 1 | 0 | 65 | 20 | 76 | 73 | 76 |
| Binary | 11010100 | 11010111 | 1100100 | 1 | 0 | 110101 | 10000 | 111110 | 111011 | 111110 |
Color Harmonies of #D4D764
Complementary color
Monochromatic Colors of #D4D764
Black with #D4D764
Text Example
Text Example
White with #D4D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D764; }
p { color: rgb(212,215,100); }
H1.HeaderClassName
{
color: #D4D764;
}
.AnyTagClassName
{
color: #D4D764;
}
</style>
background-color css
<style>
a { background-color: #D4D764; }
a { background-color: rgb(212,215,100); }
div.DivClassName
{
background-color: #D4D764;
}
.BgClassName
{
background-color: #D4D764;
}
</style>
border-color css
<style>
span { border-color: #D4D764; }
span { border-color: rgb(212,215,100); }
td.TdClassName
{
border-color: #D4D764;
}
.TagClassName
{
border-color: #D4D764;
}
</style>