Shades of Goldenrod #D5D765
Tints of Goldenrod #D5D765
RGB
CMYK
RGB Variations
Color information
#D5D765 (or 0xD5D765) is known color: Goldenrod. HEX triplet: D5, D7 and 65. RGB value is (213,215,101). Sum of RGB (Red+Green+Blue) = 213+215+101=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D765 is #2A289A. Grayscale: #C9C9C9. Windows color (decimal): -2762907 or 6674389. OLE color: 6674389.
HSL color Cylindrical-coordinate representation of color #D5D765: hue angle of 61.05º degrees, saturation: 0.59, 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 #D5D765 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 101 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.16 |
| HSL | 61.05º | 0.59% | 0.62% | - |
| HSV(B) | 61.05º | 0.53% | 0.84% | - |
| XYZ | 54.09 | 63.69 | 21.75 | - |
| YUV | 201.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 101 | 0.01 | 0 | 0.53 | 0.16 | 61.05 | 0.59 | 0.62 |
| Hex | D5 | D7 | 65 | 1 | 0 | 35 | 10 | 3D | 3B | 3E |
| Octal | 325 | 327 | 145 | 1 | 0 | 65 | 20 | 75 | 73 | 76 |
| Binary | 11010101 | 11010111 | 1100101 | 1 | 0 | 110101 | 10000 | 111101 | 111011 | 111110 |
Color Harmonies of #D5D765
Complementary color
Monochromatic Colors of #D5D765
Black with #D5D765
Text Example
Text Example
White with #D5D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D765; }
p { color: rgb(213,215,101); }
H1.HeaderClassName
{
color: #D5D765;
}
.AnyTagClassName
{
color: #D5D765;
}
</style>
background-color css
<style>
a { background-color: #D5D765; }
a { background-color: rgb(213,215,101); }
div.DivClassName
{
background-color: #D5D765;
}
.BgClassName
{
background-color: #D5D765;
}
</style>
border-color css
<style>
span { border-color: #D5D765; }
span { border-color: rgb(213,215,101); }
td.TdClassName
{
border-color: #D5D765;
}
.TagClassName
{
border-color: #D5D765;
}
</style>