Shades of Goldenrod #D5D065
Tints of Goldenrod #D5D065
RGB
CMYK
RGB Variations
Color information
#D5D065 (or 0xD5D065) is known color: Goldenrod. HEX triplet: D5, D0 and 65. RGB value is (213,208,101). Sum of RGB (Red+Green+Blue) = 213+208+101=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D065 is #2A2F9A. Grayscale: #C5C5C5. Windows color (decimal): -2764699 or 6672597. OLE color: 6672597.
HSL color Cylindrical-coordinate representation of color #D5D065: hue angle of 57.32º 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 #D5D065 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 101 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.16 |
| HSL | 57.32º | 0.57% | 0.62% | - |
| HSV(B) | 57.32º | 0.53% | 0.84% | - |
| XYZ | 52.35 | 60.2 | 21.17 | - |
| YUV | 197.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 101 | 0 | 0.02 | 0.53 | 0.16 | 57.32 | 0.57 | 0.62 |
| Hex | D5 | D0 | 65 | 0 | 2 | 35 | 10 | 39 | 39 | 3E |
| Octal | 325 | 320 | 145 | 0 | 2 | 65 | 20 | 71 | 71 | 76 |
| Binary | 11010101 | 11010000 | 1100101 | 0 | 10 | 110101 | 10000 | 111001 | 111001 | 111110 |
Color Harmonies of #D5D065
Complementary color
Monochromatic Colors of #D5D065
Black with #D5D065
Text Example
Text Example
White with #D5D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D065; }
p { color: rgb(213,208,101); }
H1.HeaderClassName
{
color: #D5D065;
}
.AnyTagClassName
{
color: #D5D065;
}
</style>
background-color css
<style>
a { background-color: #D5D065; }
a { background-color: rgb(213,208,101); }
div.DivClassName
{
background-color: #D5D065;
}
.BgClassName
{
background-color: #D5D065;
}
</style>
border-color css
<style>
span { border-color: #D5D065; }
span { border-color: rgb(213,208,101); }
td.TdClassName
{
border-color: #D5D065;
}
.TagClassName
{
border-color: #D5D065;
}
</style>