Shades of Goldenrod #D9DC64
Tints of Goldenrod #D9DC64
RGB
CMYK
RGB Variations
Color information
#D9DC64 (or 0xD9DC64) is known color: Goldenrod. HEX triplet: D9, DC and 64. RGB value is (217,220,100). Sum of RGB (Red+Green+Blue) = 217+220+100=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC64 is #26239B. Grayscale: #CDCDCD. Windows color (decimal): -2499484 or 6610137. OLE color: 6610137.
HSL color Cylindrical-coordinate representation of color #D9DC64: hue angle of 61.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9DC64 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 100 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.14 |
| HSL | 61.5º | 0.63% | 0.63% | - |
| HSV(B) | 61.5º | 0.55% | 0.86% | - |
| XYZ | 56.51 | 66.86 | 21.98 | - |
| YUV | 205.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 100 | 0.01 | 0 | 0.55 | 0.14 | 61.5 | 0.63 | 0.63 |
| Hex | D9 | DC | 64 | 1 | 0 | 37 | E | 3E | 3F | 3F |
| Octal | 331 | 334 | 144 | 1 | 0 | 67 | 16 | 76 | 77 | 77 |
| Binary | 11011001 | 11011100 | 1100100 | 1 | 0 | 110111 | 1110 | 111110 | 111111 | 111111 |
Color Harmonies of #D9DC64
Complementary color
Monochromatic Colors of #D9DC64
Black with #D9DC64
Text Example
Text Example
White with #D9DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC64; }
p { color: rgb(217,220,100); }
H1.HeaderClassName
{
color: #D9DC64;
}
.AnyTagClassName
{
color: #D9DC64;
}
</style>
background-color css
<style>
a { background-color: #D9DC64; }
a { background-color: rgb(217,220,100); }
div.DivClassName
{
background-color: #D9DC64;
}
.BgClassName
{
background-color: #D9DC64;
}
</style>
border-color css
<style>
span { border-color: #D9DC64; }
span { border-color: rgb(217,220,100); }
td.TdClassName
{
border-color: #D9DC64;
}
.TagClassName
{
border-color: #D9DC64;
}
</style>