Shades of Goldenrod #D6DF7E
Tints of Goldenrod #D6DF7E
RGB
CMYK
RGB Variations
Color information
#D6DF7E (or 0xD6DF7E) is known color: Goldenrod. HEX triplet: D6, DF and 7E. RGB value is (214,223,126). Sum of RGB (Red+Green+Blue) = 214+223+126=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF7E is #292081. Grayscale: #D1D1D1. Windows color (decimal): -2695298 or 8314838. OLE color: 8314838.
HSL color Cylindrical-coordinate representation of color #D6DF7E: hue angle of 65.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6DF7E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 126 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.13 |
| HSL | 65.57º | 0.6% | 0.68% | - |
| HSV(B) | 65.57º | 0.43% | 0.87% | - |
| XYZ | 57.89 | 68.58 | 29.92 | - |
| YUV | 209.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 126 | 0.04 | 0 | 0.43 | 0.13 | 65.57 | 0.6 | 0.68 |
| Hex | D6 | DF | 7E | 4 | 0 | 2B | D | 42 | 3C | 44 |
| Octal | 326 | 337 | 176 | 4 | 0 | 53 | 15 | 102 | 74 | 104 |
| Binary | 11010110 | 11011111 | 1111110 | 100 | 0 | 101011 | 1101 | 1000010 | 111100 | 1000100 |
Color Harmonies of #D6DF7E
Complementary color
Monochromatic Colors of #D6DF7E
Black with #D6DF7E
Text Example
Text Example
White with #D6DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF7E; }
p { color: rgb(214,223,126); }
H1.HeaderClassName
{
color: #D6DF7E;
}
.AnyTagClassName
{
color: #D6DF7E;
}
</style>
background-color css
<style>
a { background-color: #D6DF7E; }
a { background-color: rgb(214,223,126); }
div.DivClassName
{
background-color: #D6DF7E;
}
.BgClassName
{
background-color: #D6DF7E;
}
</style>
border-color css
<style>
span { border-color: #D6DF7E; }
span { border-color: rgb(214,223,126); }
td.TdClassName
{
border-color: #D6DF7E;
}
.TagClassName
{
border-color: #D6DF7E;
}
</style>