Shades of Goldenrod #D1D363
Tints of Goldenrod #D1D363
RGB
CMYK
RGB Variations
Color information
#D1D363 (or 0xD1D363) is known color: Goldenrod. HEX triplet: D1, D3 and 63. RGB value is (209,211,99). Sum of RGB (Red+Green+Blue) = 209+211+99=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D363 is #2E2C9C. Grayscale: #C6C6C6. Windows color (decimal): -3026077 or 6542289. OLE color: 6542289.
HSL color Cylindrical-coordinate representation of color #D1D363: hue angle of 61.07º 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 #D1D363 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 99 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.17 |
| HSL | 61.07º | 0.56% | 0.61% | - |
| HSV(B) | 61.07º | 0.53% | 0.83% | - |
| XYZ | 51.84 | 61.04 | 20.85 | - |
| YUV | 197.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 99 | 0.01 | 0 | 0.53 | 0.17 | 61.07 | 0.56 | 0.61 |
| Hex | D1 | D3 | 63 | 1 | 0 | 35 | 11 | 3D | 38 | 3D |
| Octal | 321 | 323 | 143 | 1 | 0 | 65 | 21 | 75 | 70 | 75 |
| Binary | 11010001 | 11010011 | 1100011 | 1 | 0 | 110101 | 10001 | 111101 | 111000 | 111101 |
Color Harmonies of #D1D363
Complementary color
Monochromatic Colors of #D1D363
Black with #D1D363
Text Example
Text Example
White with #D1D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D363; }
p { color: rgb(209,211,99); }
H1.HeaderClassName
{
color: #D1D363;
}
.AnyTagClassName
{
color: #D1D363;
}
</style>
background-color css
<style>
a { background-color: #D1D363; }
a { background-color: rgb(209,211,99); }
div.DivClassName
{
background-color: #D1D363;
}
.BgClassName
{
background-color: #D1D363;
}
</style>
border-color css
<style>
span { border-color: #D1D363; }
span { border-color: rgb(209,211,99); }
td.TdClassName
{
border-color: #D1D363;
}
.TagClassName
{
border-color: #D1D363;
}
</style>