Shades of Goldenrod #D6DD7A
Tints of Goldenrod #D6DD7A
RGB
CMYK
RGB Variations
Color information
#D6DD7A (or 0xD6DD7A) is known color: Goldenrod. HEX triplet: D6, DD and 7A. RGB value is (214,221,122). Sum of RGB (Red+Green+Blue) = 214+221+122=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD7A is #292285. Grayscale: #D0D0D0. Windows color (decimal): -2695814 or 8052182. OLE color: 8052182.
HSL color Cylindrical-coordinate representation of color #D6DD7A: hue angle of 64.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6DD7A is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 122 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.13 |
| HSL | 64.24º | 0.59% | 0.67% | - |
| HSV(B) | 64.24º | 0.45% | 0.87% | - |
| XYZ | 57.1 | 67.41 | 28.42 | - |
| YUV | 207.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 122 | 0.03 | 0 | 0.45 | 0.13 | 64.24 | 0.59 | 0.67 |
| Hex | D6 | DD | 7A | 3 | 0 | 2D | D | 40 | 3B | 43 |
| Octal | 326 | 335 | 172 | 3 | 0 | 55 | 15 | 100 | 73 | 103 |
| Binary | 11010110 | 11011101 | 1111010 | 11 | 0 | 101101 | 1101 | 1000000 | 111011 | 1000011 |
Color Harmonies of #D6DD7A
Complementary color
Monochromatic Colors of #D6DD7A
Black with #D6DD7A
Text Example
Text Example
White with #D6DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD7A; }
p { color: rgb(214,221,122); }
H1.HeaderClassName
{
color: #D6DD7A;
}
.AnyTagClassName
{
color: #D6DD7A;
}
</style>
background-color css
<style>
a { background-color: #D6DD7A; }
a { background-color: rgb(214,221,122); }
div.DivClassName
{
background-color: #D6DD7A;
}
.BgClassName
{
background-color: #D6DD7A;
}
</style>
border-color css
<style>
span { border-color: #D6DD7A; }
span { border-color: rgb(214,221,122); }
td.TdClassName
{
border-color: #D6DD7A;
}
.TagClassName
{
border-color: #D6DD7A;
}
</style>