Shades of Goldenrod #D4D562
Tints of Goldenrod #D4D562
RGB
CMYK
RGB Variations
Color information
#D4D562 (or 0xD4D562) is known color: Goldenrod. HEX triplet: D4, D5 and 62. RGB value is (212,213,98). Sum of RGB (Red+Green+Blue) = 212+213+98=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D562 is #2B2A9D. Grayscale: #C8C8C8. Windows color (decimal): -2828958 or 6477268. OLE color: 6477268.
HSL color Cylindrical-coordinate representation of color #D4D562: hue angle of 60.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4D562 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 98 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.16 |
| HSL | 60.52º | 0.58% | 0.61% | - |
| HSV(B) | 60.52º | 0.54% | 0.84% | - |
| XYZ | 53.15 | 62.47 | 20.81 | - |
| YUV | 199.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 98 | 0.00 | 0 | 0.54 | 0.16 | 60.52 | 0.58 | 0.61 |
| Hex | D4 | D5 | 62 | 0 | 0 | 36 | 10 | 3D | 3A | 3D |
| Octal | 324 | 325 | 142 | 0 | 0 | 66 | 20 | 75 | 72 | 75 |
| Binary | 11010100 | 11010101 | 1100010 | 0 | 0 | 110110 | 10000 | 111101 | 111010 | 111101 |
Color Harmonies of #D4D562
Complementary color
Monochromatic Colors of #D4D562
Black with #D4D562
Text Example
Text Example
White with #D4D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D562; }
p { color: rgb(212,213,98); }
H1.HeaderClassName
{
color: #D4D562;
}
.AnyTagClassName
{
color: #D4D562;
}
</style>
background-color css
<style>
a { background-color: #D4D562; }
a { background-color: rgb(212,213,98); }
div.DivClassName
{
background-color: #D4D562;
}
.BgClassName
{
background-color: #D4D562;
}
</style>
border-color css
<style>
span { border-color: #D4D562; }
span { border-color: rgb(212,213,98); }
td.TdClassName
{
border-color: #D4D562;
}
.TagClassName
{
border-color: #D4D562;
}
</style>