Shades of Goldenrod #D4D565
Tints of Goldenrod #D4D565
RGB
CMYK
RGB Variations
Color information
#D4D565 (or 0xD4D565) is known color: Goldenrod. HEX triplet: D4, D5 and 65. RGB value is (212,213,101). Sum of RGB (Red+Green+Blue) = 212+213+101=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D565 is #2B2A9A. Grayscale: #C8C8C8. Windows color (decimal): -2828955 or 6673876. OLE color: 6673876.
HSL color Cylindrical-coordinate representation of color #D4D565: hue angle of 60.54º degrees, saturation: 0.57, 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 #D4D565 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 101 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.16 |
| HSL | 60.54º | 0.57% | 0.62% | - |
| HSV(B) | 60.54º | 0.53% | 0.84% | - |
| XYZ | 53.29 | 62.53 | 21.57 | - |
| YUV | 199.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 101 | 0.00 | 0 | 0.53 | 0.16 | 60.54 | 0.57 | 0.62 |
| Hex | D4 | D5 | 65 | 0 | 0 | 35 | 10 | 3D | 39 | 3E |
| Octal | 324 | 325 | 145 | 0 | 0 | 65 | 20 | 75 | 71 | 76 |
| Binary | 11010100 | 11010101 | 1100101 | 0 | 0 | 110101 | 10000 | 111101 | 111001 | 111110 |
Color Harmonies of #D4D565
Complementary color
Monochromatic Colors of #D4D565
Black with #D4D565
Text Example
Text Example
White with #D4D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D565; }
p { color: rgb(212,213,101); }
H1.HeaderClassName
{
color: #D4D565;
}
.AnyTagClassName
{
color: #D4D565;
}
</style>
background-color css
<style>
a { background-color: #D4D565; }
a { background-color: rgb(212,213,101); }
div.DivClassName
{
background-color: #D4D565;
}
.BgClassName
{
background-color: #D4D565;
}
</style>
border-color css
<style>
span { border-color: #D4D565; }
span { border-color: rgb(212,213,101); }
td.TdClassName
{
border-color: #D4D565;
}
.TagClassName
{
border-color: #D4D565;
}
</style>