Shades of Goldenrod #D1DD67
Tints of Goldenrod #D1DD67
RGB
CMYK
RGB Variations
Color information
#D1DD67 (or 0xD1DD67) is known color: Goldenrod. HEX triplet: D1, DD and 67. RGB value is (209,221,103). Sum of RGB (Red+Green+Blue) = 209+221+103=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD67 is #2E2298. Grayscale: #CCCCCC. Windows color (decimal): -3023513 or 6806993. OLE color: 6806993.
HSL color Cylindrical-coordinate representation of color #D1DD67: hue angle of 66.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1DD67 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 103 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.13 |
| HSL | 66.1º | 0.63% | 0.64% | - |
| HSV(B) | 66.1º | 0.53% | 0.87% | - |
| XYZ | 54.6 | 66.25 | 22.74 | - |
| YUV | 203.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 103 | 0.05 | 0 | 0.53 | 0.13 | 66.1 | 0.63 | 0.64 |
| Hex | D1 | DD | 67 | 5 | 0 | 35 | D | 42 | 3F | 40 |
| Octal | 321 | 335 | 147 | 5 | 0 | 65 | 15 | 102 | 77 | 100 |
| Binary | 11010001 | 11011101 | 1100111 | 101 | 0 | 110101 | 1101 | 1000010 | 111111 | 1000000 |
Color Harmonies of #D1DD67
Complementary color
Monochromatic Colors of #D1DD67
Black with #D1DD67
Text Example
Text Example
White with #D1DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD67; }
p { color: rgb(209,221,103); }
H1.HeaderClassName
{
color: #D1DD67;
}
.AnyTagClassName
{
color: #D1DD67;
}
</style>
background-color css
<style>
a { background-color: #D1DD67; }
a { background-color: rgb(209,221,103); }
div.DivClassName
{
background-color: #D1DD67;
}
.BgClassName
{
background-color: #D1DD67;
}
</style>
border-color css
<style>
span { border-color: #D1DD67; }
span { border-color: rgb(209,221,103); }
td.TdClassName
{
border-color: #D1DD67;
}
.TagClassName
{
border-color: #D1DD67;
}
</style>