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