Shades of Goldenrod #D6D060
Tints of Goldenrod #D6D060
RGB
CMYK
RGB Variations
Color information
#D6D060 (or 0xD6D060) is known color: Goldenrod. HEX triplet: D6, D0 and 60. RGB value is (214,208,96). Sum of RGB (Red+Green+Blue) = 214+208+96=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D060 is #292F9F. Grayscale: #C5C5C5. Windows color (decimal): -2699168 or 6344918. OLE color: 6344918.
HSL color Cylindrical-coordinate representation of color #D6D060: hue angle of 56.95º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6D060 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 96 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.16 |
| HSL | 56.95º | 0.59% | 0.61% | - |
| HSV(B) | 56.95º | 0.55% | 0.84% | - |
| XYZ | 52.4 | 60.25 | 19.93 | - |
| YUV | 197.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 96 | 0 | 0.03 | 0.55 | 0.16 | 56.95 | 0.59 | 0.61 |
| Hex | D6 | D0 | 60 | 0 | 3 | 37 | 10 | 39 | 3B | 3D |
| Octal | 326 | 320 | 140 | 0 | 3 | 67 | 20 | 71 | 73 | 75 |
| Binary | 11010110 | 11010000 | 1100000 | 0 | 11 | 110111 | 10000 | 111001 | 111011 | 111101 |
Color Harmonies of #D6D060
Complementary color
Monochromatic Colors of #D6D060
Black with #D6D060
Text Example
Text Example
White with #D6D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D060; }
p { color: rgb(214,208,96); }
H1.HeaderClassName
{
color: #D6D060;
}
.AnyTagClassName
{
color: #D6D060;
}
</style>
background-color css
<style>
a { background-color: #D6D060; }
a { background-color: rgb(214,208,96); }
div.DivClassName
{
background-color: #D6D060;
}
.BgClassName
{
background-color: #D6D060;
}
</style>
border-color css
<style>
span { border-color: #D6D060; }
span { border-color: rgb(214,208,96); }
td.TdClassName
{
border-color: #D6D060;
}
.TagClassName
{
border-color: #D6D060;
}
</style>