Shades of Goldenrod #D5D464
Tints of Goldenrod #D5D464
RGB
CMYK
RGB Variations
Color information
#D5D464 (or 0xD5D464) is known color: Goldenrod. HEX triplet: D5, D4 and 64. RGB value is (213,212,100). Sum of RGB (Red+Green+Blue) = 213+212+100=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D464 is #2A2B9B. Grayscale: #C7C7C7. Windows color (decimal): -2763676 or 6608085. OLE color: 6608085.
HSL color Cylindrical-coordinate representation of color #D5D464: hue angle of 59.47º 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 #D5D464 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 100 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.16 |
| HSL | 59.47º | 0.57% | 0.61% | - |
| HSV(B) | 59.47º | 0.53% | 0.84% | - |
| XYZ | 53.28 | 62.15 | 21.24 | - |
| YUV | 199.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 100 | 0 | 0.00 | 0.53 | 0.16 | 59.47 | 0.57 | 0.61 |
| Hex | D5 | D4 | 64 | 0 | 0 | 35 | 10 | 3B | 39 | 3D |
| Octal | 325 | 324 | 144 | 0 | 0 | 65 | 20 | 73 | 71 | 75 |
| Binary | 11010101 | 11010100 | 1100100 | 0 | 0 | 110101 | 10000 | 111011 | 111001 | 111101 |
Color Harmonies of #D5D464
Complementary color
Monochromatic Colors of #D5D464
Black with #D5D464
Text Example
Text Example
White with #D5D464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D464; }
p { color: rgb(213,212,100); }
H1.HeaderClassName
{
color: #D5D464;
}
.AnyTagClassName
{
color: #D5D464;
}
</style>
background-color css
<style>
a { background-color: #D5D464; }
a { background-color: rgb(213,212,100); }
div.DivClassName
{
background-color: #D5D464;
}
.BgClassName
{
background-color: #D5D464;
}
</style>
border-color css
<style>
span { border-color: #D5D464; }
span { border-color: rgb(213,212,100); }
td.TdClassName
{
border-color: #D5D464;
}
.TagClassName
{
border-color: #D5D464;
}
</style>