Shades of Goldenrod #D6D077
Tints of Goldenrod #D6D077
RGB
CMYK
RGB Variations
Color information
#D6D077 (or 0xD6D077) is known color: Goldenrod. HEX triplet: D6, D0 and 77. RGB value is (214,208,119). Sum of RGB (Red+Green+Blue) = 214+208+119=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D077 is #292F88. Grayscale: #C8C8C8. Windows color (decimal): -2699145 or 7852246. OLE color: 7852246.
HSL color Cylindrical-coordinate representation of color #D6D077: hue angle of 56.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6D077 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 119 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.16 |
| HSL | 56.21º | 0.54% | 0.65% | - |
| HSV(B) | 56.21º | 0.44% | 0.84% | - |
| XYZ | 53.62 | 60.74 | 26.35 | - |
| YUV | 199.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 119 | 0 | 0.03 | 0.44 | 0.16 | 56.21 | 0.54 | 0.65 |
| Hex | D6 | D0 | 77 | 0 | 3 | 2C | 10 | 38 | 36 | 41 |
| Octal | 326 | 320 | 167 | 0 | 3 | 54 | 20 | 70 | 66 | 101 |
| Binary | 11010110 | 11010000 | 1110111 | 0 | 11 | 101100 | 10000 | 111000 | 110110 | 1000001 |
Color Harmonies of #D6D077
Complementary color
Monochromatic Colors of #D6D077
Black with #D6D077
Text Example
Text Example
White with #D6D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D077; }
p { color: rgb(214,208,119); }
H1.HeaderClassName
{
color: #D6D077;
}
.AnyTagClassName
{
color: #D6D077;
}
</style>
background-color css
<style>
a { background-color: #D6D077; }
a { background-color: rgb(214,208,119); }
div.DivClassName
{
background-color: #D6D077;
}
.BgClassName
{
background-color: #D6D077;
}
</style>
border-color css
<style>
span { border-color: #D6D077; }
span { border-color: rgb(214,208,119); }
td.TdClassName
{
border-color: #D6D077;
}
.TagClassName
{
border-color: #D6D077;
}
</style>