Shades of Goldenrod #D6D065
Tints of Goldenrod #D6D065
RGB
CMYK
RGB Variations
Color information
#D6D065 (or 0xD6D065) is known color: Goldenrod. HEX triplet: D6, D0 and 65. RGB value is (214,208,101). Sum of RGB (Red+Green+Blue) = 214+208+101=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D065 is #292F9A. Grayscale: #C6C6C6. Windows color (decimal): -2699163 or 6672598. OLE color: 6672598.
HSL color Cylindrical-coordinate representation of color #D6D065: hue angle of 56.81º degrees, saturation: 0.58, 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 #D6D065 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 101 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.16 |
| HSL | 56.81º | 0.58% | 0.62% | - |
| HSV(B) | 56.81º | 0.53% | 0.84% | - |
| XYZ | 52.64 | 60.35 | 21.19 | - |
| YUV | 197.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 101 | 0 | 0.03 | 0.53 | 0.16 | 56.81 | 0.58 | 0.62 |
| Hex | D6 | D0 | 65 | 0 | 3 | 35 | 10 | 39 | 3A | 3E |
| Octal | 326 | 320 | 145 | 0 | 3 | 65 | 20 | 71 | 72 | 76 |
| Binary | 11010110 | 11010000 | 1100101 | 0 | 11 | 110101 | 10000 | 111001 | 111010 | 111110 |
Color Harmonies of #D6D065
Complementary color
Monochromatic Colors of #D6D065
Black with #D6D065
Text Example
Text Example
White with #D6D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D065; }
p { color: rgb(214,208,101); }
H1.HeaderClassName
{
color: #D6D065;
}
.AnyTagClassName
{
color: #D6D065;
}
</style>
background-color css
<style>
a { background-color: #D6D065; }
a { background-color: rgb(214,208,101); }
div.DivClassName
{
background-color: #D6D065;
}
.BgClassName
{
background-color: #D6D065;
}
</style>
border-color css
<style>
span { border-color: #D6D065; }
span { border-color: rgb(214,208,101); }
td.TdClassName
{
border-color: #D6D065;
}
.TagClassName
{
border-color: #D6D065;
}
</style>