Shades of Goldenrod #D6D46E
Tints of Goldenrod #D6D46E
RGB
CMYK
RGB Variations
Color information
#D6D46E (or 0xD6D46E) is known color: Goldenrod. HEX triplet: D6, D4 and 6E. RGB value is (214,212,110). Sum of RGB (Red+Green+Blue) = 214+212+110=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D46E is #292B91. Grayscale: #C9C9C9. Windows color (decimal): -2698130 or 7263446. OLE color: 7263446.
HSL color Cylindrical-coordinate representation of color #D6D46E: hue angle of 58.85º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6D46E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 110 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.16 |
| HSL | 58.85º | 0.56% | 0.64% | - |
| HSV(B) | 58.85º | 0.49% | 0.84% | - |
| XYZ | 54.09 | 62.51 | 23.97 | - |
| YUV | 200.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 110 | 0 | 0.01 | 0.49 | 0.16 | 58.85 | 0.56 | 0.64 |
| Hex | D6 | D4 | 6E | 0 | 1 | 31 | 10 | 3B | 38 | 40 |
| Octal | 326 | 324 | 156 | 0 | 1 | 61 | 20 | 73 | 70 | 100 |
| Binary | 11010110 | 11010100 | 1101110 | 0 | 1 | 110001 | 10000 | 111011 | 111000 | 1000000 |
Color Harmonies of #D6D46E
Complementary color
Monochromatic Colors of #D6D46E
Black with #D6D46E
Text Example
Text Example
White with #D6D46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D46E; }
p { color: rgb(214,212,110); }
H1.HeaderClassName
{
color: #D6D46E;
}
.AnyTagClassName
{
color: #D6D46E;
}
</style>
background-color css
<style>
a { background-color: #D6D46E; }
a { background-color: rgb(214,212,110); }
div.DivClassName
{
background-color: #D6D46E;
}
.BgClassName
{
background-color: #D6D46E;
}
</style>
border-color css
<style>
span { border-color: #D6D46E; }
span { border-color: rgb(214,212,110); }
td.TdClassName
{
border-color: #D6D46E;
}
.TagClassName
{
border-color: #D6D46E;
}
</style>