Shades of Goldenrod #D6D271
Tints of Goldenrod #D6D271
RGB
CMYK
RGB Variations
Color information
#D6D271 (or 0xD6D271) is known color: Goldenrod. HEX triplet: D6, D2 and 71. RGB value is (214,210,113). Sum of RGB (Red+Green+Blue) = 214+210+113=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D271 is #292D8E. Grayscale: #C8C8C8. Windows color (decimal): -2698639 or 7459542. OLE color: 7459542.
HSL color Cylindrical-coordinate representation of color #D6D271: hue angle of 57.62º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6D271 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 113 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.16 |
| HSL | 57.62º | 0.55% | 0.64% | - |
| HSV(B) | 57.62º | 0.47% | 0.84% | - |
| XYZ | 53.76 | 61.58 | 24.68 | - |
| YUV | 200.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 113 | 0 | 0.02 | 0.47 | 0.16 | 57.62 | 0.55 | 0.64 |
| Hex | D6 | D2 | 71 | 0 | 2 | 2F | 10 | 3A | 37 | 40 |
| Octal | 326 | 322 | 161 | 0 | 2 | 57 | 20 | 72 | 67 | 100 |
| Binary | 11010110 | 11010010 | 1110001 | 0 | 10 | 101111 | 10000 | 111010 | 110111 | 1000000 |
Color Harmonies of #D6D271
Complementary color
Monochromatic Colors of #D6D271
Black with #D6D271
Text Example
Text Example
White with #D6D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D271; }
p { color: rgb(214,210,113); }
H1.HeaderClassName
{
color: #D6D271;
}
.AnyTagClassName
{
color: #D6D271;
}
</style>
background-color css
<style>
a { background-color: #D6D271; }
a { background-color: rgb(214,210,113); }
div.DivClassName
{
background-color: #D6D271;
}
.BgClassName
{
background-color: #D6D271;
}
</style>
border-color css
<style>
span { border-color: #D6D271; }
span { border-color: rgb(214,210,113); }
td.TdClassName
{
border-color: #D6D271;
}
.TagClassName
{
border-color: #D6D271;
}
</style>