Shades of Goldenrod #D2DD65
Tints of Goldenrod #D2DD65
RGB
CMYK
RGB Variations
Color information
#D2DD65 (or 0xD2DD65) is known color: Goldenrod. HEX triplet: D2, DD and 65. RGB value is (210,221,101). Sum of RGB (Red+Green+Blue) = 210+221+101=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD65 is #2D229A. Grayscale: #CCCCCC. Windows color (decimal): -2957979 or 6675922. OLE color: 6675922.
HSL color Cylindrical-coordinate representation of color #D2DD65: hue angle of 65.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2DD65 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 101 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.13 |
| HSL | 65.5º | 0.64% | 0.63% | - |
| HSV(B) | 65.5º | 0.54% | 0.87% | - |
| XYZ | 54.78 | 66.35 | 22.23 | - |
| YUV | 204.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 101 | 0.05 | 0 | 0.54 | 0.13 | 65.5 | 0.64 | 0.63 |
| Hex | D2 | DD | 65 | 5 | 0 | 36 | D | 42 | 40 | 3F |
| Octal | 322 | 335 | 145 | 5 | 0 | 66 | 15 | 102 | 100 | 77 |
| Binary | 11010010 | 11011101 | 1100101 | 101 | 0 | 110110 | 1101 | 1000010 | 1000000 | 111111 |
Color Harmonies of #D2DD65
Complementary color
Monochromatic Colors of #D2DD65
Black with #D2DD65
Text Example
Text Example
White with #D2DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD65; }
p { color: rgb(210,221,101); }
H1.HeaderClassName
{
color: #D2DD65;
}
.AnyTagClassName
{
color: #D2DD65;
}
</style>
background-color css
<style>
a { background-color: #D2DD65; }
a { background-color: rgb(210,221,101); }
div.DivClassName
{
background-color: #D2DD65;
}
.BgClassName
{
background-color: #D2DD65;
}
</style>
border-color css
<style>
span { border-color: #D2DD65; }
span { border-color: rgb(210,221,101); }
td.TdClassName
{
border-color: #D2DD65;
}
.TagClassName
{
border-color: #D2DD65;
}
</style>