Shades of Goldenrod #D6D765
Tints of Goldenrod #D6D765
RGB
CMYK
RGB Variations
Color information
#D6D765 (or 0xD6D765) is known color: Goldenrod. HEX triplet: D6, D7 and 65. RGB value is (214,215,101). Sum of RGB (Red+Green+Blue) = 214+215+101=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D765 is #29289A. Grayscale: #CACACA. Windows color (decimal): -2697371 or 6674390. OLE color: 6674390.
HSL color Cylindrical-coordinate representation of color #D6D765: hue angle of 60.53º 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 #D6D765 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 101 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.16 |
| HSL | 60.53º | 0.59% | 0.62% | - |
| HSV(B) | 60.53º | 0.53% | 0.84% | - |
| XYZ | 54.38 | 63.84 | 21.77 | - |
| YUV | 201.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 101 | 0.00 | 0 | 0.53 | 0.16 | 60.53 | 0.59 | 0.62 |
| Hex | D6 | D7 | 65 | 0 | 0 | 35 | 10 | 3D | 3B | 3E |
| Octal | 326 | 327 | 145 | 0 | 0 | 65 | 20 | 75 | 73 | 76 |
| Binary | 11010110 | 11010111 | 1100101 | 0 | 0 | 110101 | 10000 | 111101 | 111011 | 111110 |
Color Harmonies of #D6D765
Complementary color
Monochromatic Colors of #D6D765
Black with #D6D765
Text Example
Text Example
White with #D6D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D765; }
p { color: rgb(214,215,101); }
H1.HeaderClassName
{
color: #D6D765;
}
.AnyTagClassName
{
color: #D6D765;
}
</style>
background-color css
<style>
a { background-color: #D6D765; }
a { background-color: rgb(214,215,101); }
div.DivClassName
{
background-color: #D6D765;
}
.BgClassName
{
background-color: #D6D765;
}
</style>
border-color css
<style>
span { border-color: #D6D765; }
span { border-color: rgb(214,215,101); }
td.TdClassName
{
border-color: #D6D765;
}
.TagClassName
{
border-color: #D6D765;
}
</style>