Shades of Goldenrod #D5D564
Tints of Goldenrod #D5D564
RGB
CMYK
RGB Variations
Color information
#D5D564 (or 0xD5D564) is known color: Goldenrod. HEX triplet: D5, D5 and 64. RGB value is (213,213,100). Sum of RGB (Red+Green+Blue) = 213+213+100=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D564 is #2A2A9B. Grayscale: #C8C8C8. Windows color (decimal): -2763420 or 6608341. OLE color: 6608341.
HSL color Cylindrical-coordinate representation of color #D5D564: hue angle of 60º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5D564 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 100 | - |
| CMYK | 0 | 0 | 0.53 | 0.16 |
| HSL | 60º | 0.57% | 0.61% | - |
| HSV(B) | 60º | 0.53% | 0.84% | - |
| XYZ | 53.54 | 62.65 | 21.33 | - |
| YUV | 200.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 100 | 0 | 0 | 0.53 | 0.16 | 60 | 0.57 | 0.61 |
| Hex | D5 | D5 | 64 | 0 | 0 | 35 | 10 | 3C | 39 | 3D |
| Octal | 325 | 325 | 144 | 0 | 0 | 65 | 20 | 74 | 71 | 75 |
| Binary | 11010101 | 11010101 | 1100100 | 0 | 0 | 110101 | 10000 | 111100 | 111001 | 111101 |
Color Harmonies of #D5D564
Complementary color
Monochromatic Colors of #D5D564
Black with #D5D564
Text Example
Text Example
White with #D5D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D564; }
p { color: rgb(213,213,100); }
H1.HeaderClassName
{
color: #D5D564;
}
.AnyTagClassName
{
color: #D5D564;
}
</style>
background-color css
<style>
a { background-color: #D5D564; }
a { background-color: rgb(213,213,100); }
div.DivClassName
{
background-color: #D5D564;
}
.BgClassName
{
background-color: #D5D564;
}
</style>
border-color css
<style>
span { border-color: #D5D564; }
span { border-color: rgb(213,213,100); }
td.TdClassName
{
border-color: #D5D564;
}
.TagClassName
{
border-color: #D5D564;
}
</style>