Shades of Goldenrod #D6D77A
Tints of Goldenrod #D6D77A
RGB
CMYK
RGB Variations
Color information
#D6D77A (or 0xD6D77A) is known color: Goldenrod. HEX triplet: D6, D7 and 7A. RGB value is (214,215,122). Sum of RGB (Red+Green+Blue) = 214+215+122=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D77A is #292885. Grayscale: #CCCCCC. Windows color (decimal): -2697350 or 8050646. OLE color: 8050646.
HSL color Cylindrical-coordinate representation of color #D6D77A: hue angle of 60.65º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6D77A is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 122 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.16 |
| HSL | 60.65º | 0.54% | 0.66% | - |
| HSV(B) | 60.65º | 0.43% | 0.84% | - |
| XYZ | 55.54 | 64.3 | 27.9 | - |
| YUV | 204.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 122 | 0.00 | 0 | 0.43 | 0.16 | 60.65 | 0.54 | 0.66 |
| Hex | D6 | D7 | 7A | 0 | 0 | 2B | 10 | 3D | 36 | 42 |
| Octal | 326 | 327 | 172 | 0 | 0 | 53 | 20 | 75 | 66 | 102 |
| Binary | 11010110 | 11010111 | 1111010 | 0 | 0 | 101011 | 10000 | 111101 | 110110 | 1000010 |
Color Harmonies of #D6D77A
Complementary color
Monochromatic Colors of #D6D77A
Black with #D6D77A
Text Example
Text Example
White with #D6D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D77A; }
p { color: rgb(214,215,122); }
H1.HeaderClassName
{
color: #D6D77A;
}
.AnyTagClassName
{
color: #D6D77A;
}
</style>
background-color css
<style>
a { background-color: #D6D77A; }
a { background-color: rgb(214,215,122); }
div.DivClassName
{
background-color: #D6D77A;
}
.BgClassName
{
background-color: #D6D77A;
}
</style>
border-color css
<style>
span { border-color: #D6D77A; }
span { border-color: rgb(214,215,122); }
td.TdClassName
{
border-color: #D6D77A;
}
.TagClassName
{
border-color: #D6D77A;
}
</style>