Shades of Goldenrod #D4D865
Tints of Goldenrod #D4D865
RGB
CMYK
RGB Variations
Color information
#D4D865 (or 0xD4D865) is known color: Goldenrod. HEX triplet: D4, D8 and 65. RGB value is (212,216,101). Sum of RGB (Red+Green+Blue) = 212+216+101=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D865 is #2B279A. Grayscale: #CACACA. Windows color (decimal): -2828187 or 6674644. OLE color: 6674644.
HSL color Cylindrical-coordinate representation of color #D4D865: hue angle of 62.09º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D865 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 101 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.15 |
| HSL | 62.09º | 0.6% | 0.62% | - |
| HSV(B) | 62.09º | 0.53% | 0.85% | - |
| XYZ | 54.06 | 64.05 | 21.83 | - |
| YUV | 201.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 101 | 0.02 | 0 | 0.53 | 0.15 | 62.09 | 0.6 | 0.62 |
| Hex | D4 | D8 | 65 | 2 | 0 | 35 | F | 3E | 3C | 3E |
| Octal | 324 | 330 | 145 | 2 | 0 | 65 | 17 | 76 | 74 | 76 |
| Binary | 11010100 | 11011000 | 1100101 | 10 | 0 | 110101 | 1111 | 111110 | 111100 | 111110 |
Color Harmonies of #D4D865
Complementary color
Monochromatic Colors of #D4D865
Black with #D4D865
Text Example
Text Example
White with #D4D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D865; }
p { color: rgb(212,216,101); }
H1.HeaderClassName
{
color: #D4D865;
}
.AnyTagClassName
{
color: #D4D865;
}
</style>
background-color css
<style>
a { background-color: #D4D865; }
a { background-color: rgb(212,216,101); }
div.DivClassName
{
background-color: #D4D865;
}
.BgClassName
{
background-color: #D4D865;
}
</style>
border-color css
<style>
span { border-color: #D4D865; }
span { border-color: rgb(212,216,101); }
td.TdClassName
{
border-color: #D4D865;
}
.TagClassName
{
border-color: #D4D865;
}
</style>