Shades of Goldenrod #D4D664
Tints of Goldenrod #D4D664
RGB
CMYK
RGB Variations
Color information
#D4D664 (or 0xD4D664) is known color: Goldenrod. HEX triplet: D4, D6 and 64. RGB value is (212,214,100). Sum of RGB (Red+Green+Blue) = 212+214+100=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D664 is #2B299B. Grayscale: #C8C8C8. Windows color (decimal): -2828700 or 6608596. OLE color: 6608596.
HSL color Cylindrical-coordinate representation of color #D4D664: hue angle of 61.05º degrees, saturation: 0.58, 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 #D4D664 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 100 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.16 |
| HSL | 61.05º | 0.58% | 0.62% | - |
| HSV(B) | 61.05º | 0.53% | 0.84% | - |
| XYZ | 53.5 | 63.01 | 21.4 | - |
| YUV | 200.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 100 | 0.01 | 0 | 0.53 | 0.16 | 61.05 | 0.58 | 0.62 |
| Hex | D4 | D6 | 64 | 1 | 0 | 35 | 10 | 3D | 3A | 3E |
| Octal | 324 | 326 | 144 | 1 | 0 | 65 | 20 | 75 | 72 | 76 |
| Binary | 11010100 | 11010110 | 1100100 | 1 | 0 | 110101 | 10000 | 111101 | 111010 | 111110 |
Color Harmonies of #D4D664
Complementary color
Monochromatic Colors of #D4D664
Black with #D4D664
Text Example
Text Example
White with #D4D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D664; }
p { color: rgb(212,214,100); }
H1.HeaderClassName
{
color: #D4D664;
}
.AnyTagClassName
{
color: #D4D664;
}
</style>
background-color css
<style>
a { background-color: #D4D664; }
a { background-color: rgb(212,214,100); }
div.DivClassName
{
background-color: #D4D664;
}
.BgClassName
{
background-color: #D4D664;
}
</style>
border-color css
<style>
span { border-color: #D4D664; }
span { border-color: rgb(212,214,100); }
td.TdClassName
{
border-color: #D4D664;
}
.TagClassName
{
border-color: #D4D664;
}
</style>