Shades of Goldenrod #D1D272
Tints of Goldenrod #D1D272
RGB
CMYK
RGB Variations
Color information
#D1D272 (or 0xD1D272) is known color: Goldenrod. HEX triplet: D1, D2 and 72. RGB value is (209,210,114). Sum of RGB (Red+Green+Blue) = 209+210+114=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D272 is #2E2D8D. Grayscale: #C7C7C7. Windows color (decimal): -3026318 or 7525073. OLE color: 7525073.
HSL color Cylindrical-coordinate representation of color #D1D272: hue angle of 60.63º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D272 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 114 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.18 |
| HSL | 60.63º | 0.52% | 0.64% | - |
| HSV(B) | 60.63º | 0.46% | 0.82% | - |
| XYZ | 52.38 | 60.86 | 24.91 | - |
| YUV | 198.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 114 | 0.00 | 0 | 0.46 | 0.18 | 60.63 | 0.52 | 0.64 |
| Hex | D1 | D2 | 72 | 0 | 0 | 2E | 12 | 3D | 34 | 40 |
| Octal | 321 | 322 | 162 | 0 | 0 | 56 | 22 | 75 | 64 | 100 |
| Binary | 11010001 | 11010010 | 1110010 | 0 | 0 | 101110 | 10010 | 111101 | 110100 | 1000000 |
Color Harmonies of #D1D272
Complementary color
Monochromatic Colors of #D1D272
Black with #D1D272
Text Example
Text Example
White with #D1D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D272; }
p { color: rgb(209,210,114); }
H1.HeaderClassName
{
color: #D1D272;
}
.AnyTagClassName
{
color: #D1D272;
}
</style>
background-color css
<style>
a { background-color: #D1D272; }
a { background-color: rgb(209,210,114); }
div.DivClassName
{
background-color: #D1D272;
}
.BgClassName
{
background-color: #D1D272;
}
</style>
border-color css
<style>
span { border-color: #D1D272; }
span { border-color: rgb(209,210,114); }
td.TdClassName
{
border-color: #D1D272;
}
.TagClassName
{
border-color: #D1D272;
}
</style>