Shades of Goldenrod #D1D675
Tints of Goldenrod #D1D675
RGB
CMYK
RGB Variations
Color information
#D1D675 (or 0xD1D675) is known color: Goldenrod. HEX triplet: D1, D6 and 75. RGB value is (209,214,117). Sum of RGB (Red+Green+Blue) = 209+214+117=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D675 is #2E298A. Grayscale: #C9C9C9. Windows color (decimal): -3025291 or 7722705. OLE color: 7722705.
HSL color Cylindrical-coordinate representation of color #D1D675: hue angle of 63.09º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1D675 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 117 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.16 |
| HSL | 63.09º | 0.54% | 0.65% | - |
| HSV(B) | 63.09º | 0.45% | 0.84% | - |
| XYZ | 53.55 | 62.93 | 26.15 | - |
| YUV | 201.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 117 | 0.02 | 0 | 0.45 | 0.16 | 63.09 | 0.54 | 0.65 |
| Hex | D1 | D6 | 75 | 2 | 0 | 2D | 10 | 3F | 36 | 41 |
| Octal | 321 | 326 | 165 | 2 | 0 | 55 | 20 | 77 | 66 | 101 |
| Binary | 11010001 | 11010110 | 1110101 | 10 | 0 | 101101 | 10000 | 111111 | 110110 | 1000001 |
Color Harmonies of #D1D675
Complementary color
Monochromatic Colors of #D1D675
Black with #D1D675
Text Example
Text Example
White with #D1D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D675; }
p { color: rgb(209,214,117); }
H1.HeaderClassName
{
color: #D1D675;
}
.AnyTagClassName
{
color: #D1D675;
}
</style>
background-color css
<style>
a { background-color: #D1D675; }
a { background-color: rgb(209,214,117); }
div.DivClassName
{
background-color: #D1D675;
}
.BgClassName
{
background-color: #D1D675;
}
</style>
border-color css
<style>
span { border-color: #D1D675; }
span { border-color: rgb(209,214,117); }
td.TdClassName
{
border-color: #D1D675;
}
.TagClassName
{
border-color: #D1D675;
}
</style>