Shades of Goldenrod #D9E164
Tints of Goldenrod #D9E164
RGB
CMYK
RGB Variations
Color information
#D9E164 (or 0xD9E164) is known color: Goldenrod. HEX triplet: D9, E1 and 64. RGB value is (217,225,100). Sum of RGB (Red+Green+Blue) = 217+225+100=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E164 is #261E9B. Grayscale: #D0D0D0. Windows color (decimal): -2498204 or 6611417. OLE color: 6611417.
HSL color Cylindrical-coordinate representation of color #D9E164: hue angle of 63.84º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9E164 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 100 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.12 |
| HSL | 63.84º | 0.68% | 0.64% | - |
| HSV(B) | 63.84º | 0.56% | 0.88% | - |
| XYZ | 57.84 | 69.52 | 22.43 | - |
| YUV | 208.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 100 | 0.04 | 0 | 0.56 | 0.12 | 63.84 | 0.68 | 0.64 |
| Hex | D9 | E1 | 64 | 4 | 0 | 38 | C | 40 | 44 | 40 |
| Octal | 331 | 341 | 144 | 4 | 0 | 70 | 14 | 100 | 104 | 100 |
| Binary | 11011001 | 11100001 | 1100100 | 100 | 0 | 111000 | 1100 | 1000000 | 1000100 | 1000000 |
Color Harmonies of #D9E164
Complementary color
Monochromatic Colors of #D9E164
Black with #D9E164
Text Example
Text Example
White with #D9E164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E164; }
p { color: rgb(217,225,100); }
H1.HeaderClassName
{
color: #D9E164;
}
.AnyTagClassName
{
color: #D9E164;
}
</style>
background-color css
<style>
a { background-color: #D9E164; }
a { background-color: rgb(217,225,100); }
div.DivClassName
{
background-color: #D9E164;
}
.BgClassName
{
background-color: #D9E164;
}
</style>
border-color css
<style>
span { border-color: #D9E164; }
span { border-color: rgb(217,225,100); }
td.TdClassName
{
border-color: #D9E164;
}
.TagClassName
{
border-color: #D9E164;
}
</style>