Shades of Goldenrod #D1DC61
Tints of Goldenrod #D1DC61
RGB
CMYK
RGB Variations
Color information
#D1DC61 (or 0xD1DC61) is known color: Goldenrod. HEX triplet: D1, DC and 61. RGB value is (209,220,97). Sum of RGB (Red+Green+Blue) = 209+220+97=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC61 is #2E239E. Grayscale: #CBCBCB. Windows color (decimal): -3023775 or 6413521. OLE color: 6413521.
HSL color Cylindrical-coordinate representation of color #D1DC61: hue angle of 65.37º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1DC61 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 97 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.14 |
| HSL | 65.37º | 0.64% | 0.62% | - |
| HSV(B) | 65.37º | 0.56% | 0.86% | - |
| XYZ | 54.05 | 65.6 | 21.12 | - |
| YUV | 202.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 97 | 0.05 | 0 | 0.56 | 0.14 | 65.37 | 0.64 | 0.62 |
| Hex | D1 | DC | 61 | 5 | 0 | 38 | E | 41 | 40 | 3E |
| Octal | 321 | 334 | 141 | 5 | 0 | 70 | 16 | 101 | 100 | 76 |
| Binary | 11010001 | 11011100 | 1100001 | 101 | 0 | 111000 | 1110 | 1000001 | 1000000 | 111110 |
Color Harmonies of #D1DC61
Complementary color
Monochromatic Colors of #D1DC61
Black with #D1DC61
Text Example
Text Example
White with #D1DC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC61; }
p { color: rgb(209,220,97); }
H1.HeaderClassName
{
color: #D1DC61;
}
.AnyTagClassName
{
color: #D1DC61;
}
</style>
background-color css
<style>
a { background-color: #D1DC61; }
a { background-color: rgb(209,220,97); }
div.DivClassName
{
background-color: #D1DC61;
}
.BgClassName
{
background-color: #D1DC61;
}
</style>
border-color css
<style>
span { border-color: #D1DC61; }
span { border-color: rgb(209,220,97); }
td.TdClassName
{
border-color: #D1DC61;
}
.TagClassName
{
border-color: #D1DC61;
}
</style>