Shades of Goldenrod #D6D46D
Tints of Goldenrod #D6D46D
RGB
CMYK
RGB Variations
Color information
#D6D46D (or 0xD6D46D) is known color: Goldenrod. HEX triplet: D6, D4 and 6D. RGB value is (214,212,109). Sum of RGB (Red+Green+Blue) = 214+212+109=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D46D is #292B92. Grayscale: #C9C9C9. Windows color (decimal): -2698131 or 7197910. OLE color: 7197910.
HSL color Cylindrical-coordinate representation of color #D6D46D: hue angle of 58.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6D46D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 109 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.16 |
| HSL | 58.86º | 0.56% | 0.63% | - |
| HSV(B) | 58.86º | 0.49% | 0.84% | - |
| XYZ | 54.04 | 62.49 | 23.68 | - |
| YUV | 200.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 109 | 0 | 0.01 | 0.49 | 0.16 | 58.86 | 0.56 | 0.63 |
| Hex | D6 | D4 | 6D | 0 | 1 | 31 | 10 | 3B | 38 | 3F |
| Octal | 326 | 324 | 155 | 0 | 1 | 61 | 20 | 73 | 70 | 77 |
| Binary | 11010110 | 11010100 | 1101101 | 0 | 1 | 110001 | 10000 | 111011 | 111000 | 111111 |
Color Harmonies of #D6D46D
Complementary color
Monochromatic Colors of #D6D46D
Black with #D6D46D
Text Example
Text Example
White with #D6D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D46D; }
p { color: rgb(214,212,109); }
H1.HeaderClassName
{
color: #D6D46D;
}
.AnyTagClassName
{
color: #D6D46D;
}
</style>
background-color css
<style>
a { background-color: #D6D46D; }
a { background-color: rgb(214,212,109); }
div.DivClassName
{
background-color: #D6D46D;
}
.BgClassName
{
background-color: #D6D46D;
}
</style>
border-color css
<style>
span { border-color: #D6D46D; }
span { border-color: rgb(214,212,109); }
td.TdClassName
{
border-color: #D6D46D;
}
.TagClassName
{
border-color: #D6D46D;
}
</style>