Shades of Goldenrod #D1DE7B
Tints of Goldenrod #D1DE7B
RGB
CMYK
RGB Variations
Color information
#D1DE7B (or 0xD1DE7B) is known color: Goldenrod. HEX triplet: D1, DE and 7B. RGB value is (209,222,123). Sum of RGB (Red+Green+Blue) = 209+222+123=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DE7B is #2E2184. Grayscale: #CFCFCF. Windows color (decimal): -3023237 or 8117969. OLE color: 8117969.
HSL color Cylindrical-coordinate representation of color #D1DE7B: hue angle of 67.88º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1DE7B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 123 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.13 |
| HSL | 67.88º | 0.6% | 0.68% | - |
| HSV(B) | 67.88º | 0.45% | 0.87% | - |
| XYZ | 55.99 | 67.23 | 28.76 | - |
| YUV | 206.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 123 | 0.06 | 0 | 0.45 | 0.13 | 67.88 | 0.6 | 0.68 |
| Hex | D1 | DE | 7B | 6 | 0 | 2D | D | 44 | 3C | 44 |
| Octal | 321 | 336 | 173 | 6 | 0 | 55 | 15 | 104 | 74 | 104 |
| Binary | 11010001 | 11011110 | 1111011 | 110 | 0 | 101101 | 1101 | 1000100 | 111100 | 1000100 |
Color Harmonies of #D1DE7B
Complementary color
Monochromatic Colors of #D1DE7B
Black with #D1DE7B
Text Example
Text Example
White with #D1DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DE7B; }
p { color: rgb(209,222,123); }
H1.HeaderClassName
{
color: #D1DE7B;
}
.AnyTagClassName
{
color: #D1DE7B;
}
</style>
background-color css
<style>
a { background-color: #D1DE7B; }
a { background-color: rgb(209,222,123); }
div.DivClassName
{
background-color: #D1DE7B;
}
.BgClassName
{
background-color: #D1DE7B;
}
</style>
border-color css
<style>
span { border-color: #D1DE7B; }
span { border-color: rgb(209,222,123); }
td.TdClassName
{
border-color: #D1DE7B;
}
.TagClassName
{
border-color: #D1DE7B;
}
</style>