Shades of Goldenrod #D1D275
Tints of Goldenrod #D1D275
RGB
CMYK
RGB Variations
Color information
#D1D275 (or 0xD1D275) is known color: Goldenrod. HEX triplet: D1, D2 and 75. RGB value is (209,210,117). Sum of RGB (Red+Green+Blue) = 209+210+117=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D275 is #2E2D8A. Grayscale: #C7C7C7. Windows color (decimal): -3026315 or 7721681. OLE color: 7721681.
HSL color Cylindrical-coordinate representation of color #D1D275: hue angle of 60.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1D275 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 117 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.18 |
| HSL | 60.65º | 0.51% | 0.64% | - |
| HSV(B) | 60.65º | 0.44% | 0.82% | - |
| XYZ | 52.55 | 60.93 | 25.82 | - |
| YUV | 199.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 117 | 0.00 | 0 | 0.44 | 0.18 | 60.65 | 0.51 | 0.64 |
| Hex | D1 | D2 | 75 | 0 | 0 | 2C | 12 | 3D | 33 | 40 |
| Octal | 321 | 322 | 165 | 0 | 0 | 54 | 22 | 75 | 63 | 100 |
| Binary | 11010001 | 11010010 | 1110101 | 0 | 0 | 101100 | 10010 | 111101 | 110011 | 1000000 |
Color Harmonies of #D1D275
Complementary color
Monochromatic Colors of #D1D275
Black with #D1D275
Text Example
Text Example
White with #D1D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D275; }
p { color: rgb(209,210,117); }
H1.HeaderClassName
{
color: #D1D275;
}
.AnyTagClassName
{
color: #D1D275;
}
</style>
background-color css
<style>
a { background-color: #D1D275; }
a { background-color: rgb(209,210,117); }
div.DivClassName
{
background-color: #D1D275;
}
.BgClassName
{
background-color: #D1D275;
}
</style>
border-color css
<style>
span { border-color: #D1D275; }
span { border-color: rgb(209,210,117); }
td.TdClassName
{
border-color: #D1D275;
}
.TagClassName
{
border-color: #D1D275;
}
</style>