Shades of Goldenrod #D9D46B
Tints of Goldenrod #D9D46B
RGB
CMYK
RGB Variations
Color information
#D9D46B (or 0xD9D46B) is known color: Goldenrod. HEX triplet: D9, D4 and 6B. RGB value is (217,212,107). Sum of RGB (Red+Green+Blue) = 217+212+107=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D46B is #262B94. Grayscale: #C9C9C9. Windows color (decimal): -2501525 or 7066841. OLE color: 7066841.
HSL color Cylindrical-coordinate representation of color #D9D46B: hue angle of 57.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9D46B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 107 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.15 |
| HSL | 57.27º | 0.59% | 0.64% | - |
| HSV(B) | 57.27º | 0.51% | 0.85% | - |
| XYZ | 54.81 | 62.9 | 23.16 | - |
| YUV | 201.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 107 | 0 | 0.02 | 0.51 | 0.15 | 57.27 | 0.59 | 0.64 |
| Hex | D9 | D4 | 6B | 0 | 2 | 33 | F | 39 | 3B | 40 |
| Octal | 331 | 324 | 153 | 0 | 2 | 63 | 17 | 71 | 73 | 100 |
| Binary | 11011001 | 11010100 | 1101011 | 0 | 10 | 110011 | 1111 | 111001 | 111011 | 1000000 |
Color Harmonies of #D9D46B
Complementary color
Monochromatic Colors of #D9D46B
Black with #D9D46B
Text Example
Text Example
White with #D9D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D46B; }
p { color: rgb(217,212,107); }
H1.HeaderClassName
{
color: #D9D46B;
}
.AnyTagClassName
{
color: #D9D46B;
}
</style>
background-color css
<style>
a { background-color: #D9D46B; }
a { background-color: rgb(217,212,107); }
div.DivClassName
{
background-color: #D9D46B;
}
.BgClassName
{
background-color: #D9D46B;
}
</style>
border-color css
<style>
span { border-color: #D9D46B; }
span { border-color: rgb(217,212,107); }
td.TdClassName
{
border-color: #D9D46B;
}
.TagClassName
{
border-color: #D9D46B;
}
</style>