Shades of Goldenrod #D1DA78
Tints of Goldenrod #D1DA78
RGB
CMYK
RGB Variations
Color information
#D1DA78 (or 0xD1DA78) is known color: Goldenrod. HEX triplet: D1, DA and 78. RGB value is (209,218,120). Sum of RGB (Red+Green+Blue) = 209+218+120=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA78 is #2E2587. Grayscale: #CCCCCC. Windows color (decimal): -3024264 or 7920337. OLE color: 7920337.
HSL color Cylindrical-coordinate representation of color #D1DA78: hue angle of 65.51º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1DA78 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 120 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.15 |
| HSL | 65.51º | 0.57% | 0.66% | - |
| HSV(B) | 65.51º | 0.45% | 0.85% | - |
| XYZ | 54.76 | 65.05 | 27.44 | - |
| YUV | 204.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 120 | 0.04 | 0 | 0.45 | 0.15 | 65.51 | 0.57 | 0.66 |
| Hex | D1 | DA | 78 | 4 | 0 | 2D | F | 42 | 39 | 42 |
| Octal | 321 | 332 | 170 | 4 | 0 | 55 | 17 | 102 | 71 | 102 |
| Binary | 11010001 | 11011010 | 1111000 | 100 | 0 | 101101 | 1111 | 1000010 | 111001 | 1000010 |
Color Harmonies of #D1DA78
Complementary color
Monochromatic Colors of #D1DA78
Black with #D1DA78
Text Example
Text Example
White with #D1DA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA78; }
p { color: rgb(209,218,120); }
H1.HeaderClassName
{
color: #D1DA78;
}
.AnyTagClassName
{
color: #D1DA78;
}
</style>
background-color css
<style>
a { background-color: #D1DA78; }
a { background-color: rgb(209,218,120); }
div.DivClassName
{
background-color: #D1DA78;
}
.BgClassName
{
background-color: #D1DA78;
}
</style>
border-color css
<style>
span { border-color: #D1DA78; }
span { border-color: rgb(209,218,120); }
td.TdClassName
{
border-color: #D1DA78;
}
.TagClassName
{
border-color: #D1DA78;
}
</style>