Shades of Goldenrod #D1D364
Tints of Goldenrod #D1D364
RGB
CMYK
RGB Variations
Color information
#D1D364 (or 0xD1D364) is known color: Goldenrod. HEX triplet: D1, D3 and 64. RGB value is (209,211,100). Sum of RGB (Red+Green+Blue) = 209+211+100=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D364 is #2E2C9B. Grayscale: #C6C6C6. Windows color (decimal): -3026076 or 6607825. OLE color: 6607825.
HSL color Cylindrical-coordinate representation of color #D1D364: hue angle of 61.08º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D364 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 100 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.17 |
| HSL | 61.08º | 0.56% | 0.61% | - |
| HSV(B) | 61.08º | 0.53% | 0.83% | - |
| XYZ | 51.89 | 61.06 | 21.11 | - |
| YUV | 197.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 100 | 0.01 | 0 | 0.53 | 0.17 | 61.08 | 0.56 | 0.61 |
| Hex | D1 | D3 | 64 | 1 | 0 | 35 | 11 | 3D | 38 | 3D |
| Octal | 321 | 323 | 144 | 1 | 0 | 65 | 21 | 75 | 70 | 75 |
| Binary | 11010001 | 11010011 | 1100100 | 1 | 0 | 110101 | 10001 | 111101 | 111000 | 111101 |
Color Harmonies of #D1D364
Complementary color
Monochromatic Colors of #D1D364
Black with #D1D364
Text Example
Text Example
White with #D1D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D364; }
p { color: rgb(209,211,100); }
H1.HeaderClassName
{
color: #D1D364;
}
.AnyTagClassName
{
color: #D1D364;
}
</style>
background-color css
<style>
a { background-color: #D1D364; }
a { background-color: rgb(209,211,100); }
div.DivClassName
{
background-color: #D1D364;
}
.BgClassName
{
background-color: #D1D364;
}
</style>
border-color css
<style>
span { border-color: #D1D364; }
span { border-color: rgb(209,211,100); }
td.TdClassName
{
border-color: #D1D364;
}
.TagClassName
{
border-color: #D1D364;
}
</style>