Shades of Goldenrod #D7D46B
Tints of Goldenrod #D7D46B
RGB
CMYK
RGB Variations
Color information
#D7D46B (or 0xD7D46B) is known color: Goldenrod. HEX triplet: D7, D4 and 6B. RGB value is (215,212,107). Sum of RGB (Red+Green+Blue) = 215+212+107=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D46B is #282B94. Grayscale: #C9C9C9. Windows color (decimal): -2632597 or 7066839. OLE color: 7066839.
HSL color Cylindrical-coordinate representation of color #D7D46B: hue angle of 58.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7D46B is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 107 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.16 |
| HSL | 58.33º | 0.57% | 0.63% | - |
| HSV(B) | 58.33º | 0.5% | 0.84% | - |
| XYZ | 54.22 | 62.6 | 23.13 | - |
| YUV | 200.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 107 | 0 | 0.01 | 0.50 | 0.16 | 58.33 | 0.57 | 0.63 |
| Hex | D7 | D4 | 6B | 0 | 1 | 32 | 10 | 3A | 39 | 3F |
| Octal | 327 | 324 | 153 | 0 | 1 | 62 | 20 | 72 | 71 | 77 |
| Binary | 11010111 | 11010100 | 1101011 | 0 | 1 | 110010 | 10000 | 111010 | 111001 | 111111 |
Color Harmonies of #D7D46B
Complementary color
Monochromatic Colors of #D7D46B
Black with #D7D46B
Text Example
Text Example
White with #D7D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D46B; }
p { color: rgb(215,212,107); }
H1.HeaderClassName
{
color: #D7D46B;
}
.AnyTagClassName
{
color: #D7D46B;
}
</style>
background-color css
<style>
a { background-color: #D7D46B; }
a { background-color: rgb(215,212,107); }
div.DivClassName
{
background-color: #D7D46B;
}
.BgClassName
{
background-color: #D7D46B;
}
</style>
border-color css
<style>
span { border-color: #D7D46B; }
span { border-color: rgb(215,212,107); }
td.TdClassName
{
border-color: #D7D46B;
}
.TagClassName
{
border-color: #D7D46B;
}
</style>