Shades of Goldenrod #D9D26F
Tints of Goldenrod #D9D26F
RGB
CMYK
RGB Variations
Color information
#D9D26F (or 0xD9D26F) is known color: Goldenrod. HEX triplet: D9, D2 and 6F. RGB value is (217,210,111). Sum of RGB (Red+Green+Blue) = 217+210+111=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D26F is #262D90. Grayscale: #C9C9C9. Windows color (decimal): -2502033 or 7328473. OLE color: 7328473.
HSL color Cylindrical-coordinate representation of color #D9D26F: hue angle of 56.04º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9D26F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 111 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.15 |
| HSL | 56.04º | 0.58% | 0.64% | - |
| HSV(B) | 56.04º | 0.49% | 0.85% | - |
| XYZ | 54.53 | 61.99 | 24.13 | - |
| YUV | 200.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 111 | 0 | 0.03 | 0.49 | 0.15 | 56.04 | 0.58 | 0.64 |
| Hex | D9 | D2 | 6F | 0 | 3 | 31 | F | 38 | 3A | 40 |
| Octal | 331 | 322 | 157 | 0 | 3 | 61 | 17 | 70 | 72 | 100 |
| Binary | 11011001 | 11010010 | 1101111 | 0 | 11 | 110001 | 1111 | 111000 | 111010 | 1000000 |
Color Harmonies of #D9D26F
Complementary color
Monochromatic Colors of #D9D26F
Black with #D9D26F
Text Example
Text Example
White with #D9D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D26F; }
p { color: rgb(217,210,111); }
H1.HeaderClassName
{
color: #D9D26F;
}
.AnyTagClassName
{
color: #D9D26F;
}
</style>
background-color css
<style>
a { background-color: #D9D26F; }
a { background-color: rgb(217,210,111); }
div.DivClassName
{
background-color: #D9D26F;
}
.BgClassName
{
background-color: #D9D26F;
}
</style>
border-color css
<style>
span { border-color: #D9D26F; }
span { border-color: rgb(217,210,111); }
td.TdClassName
{
border-color: #D9D26F;
}
.TagClassName
{
border-color: #D9D26F;
}
</style>