Shades of Goldenrod #D7D663
Tints of Goldenrod #D7D663
RGB
CMYK
RGB Variations
Color information
#D7D663 (or 0xD7D663) is known color: Goldenrod. HEX triplet: D7, D6 and 63. RGB value is (215,214,99). Sum of RGB (Red+Green+Blue) = 215+214+99=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D663 is #28299C. Grayscale: #C9C9C9. Windows color (decimal): -2632093 or 6543063. OLE color: 6543063.
HSL color Cylindrical-coordinate representation of color #D7D663: hue angle of 59.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7D663 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 99 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.16 |
| HSL | 59.48º | 0.59% | 0.62% | - |
| HSV(B) | 59.48º | 0.54% | 0.84% | - |
| XYZ | 54.32 | 63.44 | 21.19 | - |
| YUV | 201.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 99 | 0 | 0.00 | 0.54 | 0.16 | 59.48 | 0.59 | 0.62 |
| Hex | D7 | D6 | 63 | 0 | 0 | 36 | 10 | 3B | 3B | 3E |
| Octal | 327 | 326 | 143 | 0 | 0 | 66 | 20 | 73 | 73 | 76 |
| Binary | 11010111 | 11010110 | 1100011 | 0 | 0 | 110110 | 10000 | 111011 | 111011 | 111110 |
Color Harmonies of #D7D663
Complementary color
Monochromatic Colors of #D7D663
Black with #D7D663
Text Example
Text Example
White with #D7D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D663; }
p { color: rgb(215,214,99); }
H1.HeaderClassName
{
color: #D7D663;
}
.AnyTagClassName
{
color: #D7D663;
}
</style>
background-color css
<style>
a { background-color: #D7D663; }
a { background-color: rgb(215,214,99); }
div.DivClassName
{
background-color: #D7D663;
}
.BgClassName
{
background-color: #D7D663;
}
</style>
border-color css
<style>
span { border-color: #D7D663; }
span { border-color: rgb(215,214,99); }
td.TdClassName
{
border-color: #D7D663;
}
.TagClassName
{
border-color: #D7D663;
}
</style>