Shades of Goldenrod #D4D064
Tints of Goldenrod #D4D064
RGB
CMYK
RGB Variations
Color information
#D4D064 (or 0xD4D064) is known color: Goldenrod. HEX triplet: D4, D0 and 64. RGB value is (212,208,100). Sum of RGB (Red+Green+Blue) = 212+208+100=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D064 is #2B2F9B. Grayscale: #C5C5C5. Windows color (decimal): -2830236 or 6607060. OLE color: 6607060.
HSL color Cylindrical-coordinate representation of color #D4D064: hue angle of 57.86º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D064 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 100 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.17 |
| HSL | 57.86º | 0.57% | 0.61% | - |
| HSV(B) | 57.86º | 0.53% | 0.83% | - |
| XYZ | 52.01 | 60.03 | 20.9 | - |
| YUV | 196.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 100 | 0 | 0.02 | 0.53 | 0.17 | 57.86 | 0.57 | 0.61 |
| Hex | D4 | D0 | 64 | 0 | 2 | 35 | 11 | 3A | 39 | 3D |
| Octal | 324 | 320 | 144 | 0 | 2 | 65 | 21 | 72 | 71 | 75 |
| Binary | 11010100 | 11010000 | 1100100 | 0 | 10 | 110101 | 10001 | 111010 | 111001 | 111101 |
Color Harmonies of #D4D064
Complementary color
Monochromatic Colors of #D4D064
Black with #D4D064
Text Example
Text Example
White with #D4D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D064; }
p { color: rgb(212,208,100); }
H1.HeaderClassName
{
color: #D4D064;
}
.AnyTagClassName
{
color: #D4D064;
}
</style>
background-color css
<style>
a { background-color: #D4D064; }
a { background-color: rgb(212,208,100); }
div.DivClassName
{
background-color: #D4D064;
}
.BgClassName
{
background-color: #D4D064;
}
</style>
border-color css
<style>
span { border-color: #D4D064; }
span { border-color: rgb(212,208,100); }
td.TdClassName
{
border-color: #D4D064;
}
.TagClassName
{
border-color: #D4D064;
}
</style>