Shades of Goldenrod #D0DD65
Tints of Goldenrod #D0DD65
RGB
CMYK
RGB Variations
Color information
#D0DD65 (or 0xD0DD65) is known color: Goldenrod. HEX triplet: D0, DD and 65. RGB value is (208,221,101). Sum of RGB (Red+Green+Blue) = 208+221+101=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD65 is #2F229A. Grayscale: #CBCBCB. Windows color (decimal): -3089051 or 6675920. OLE color: 6675920.
HSL color Cylindrical-coordinate representation of color #D0DD65: hue angle of 66.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 #D0DD65 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 101 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.13 |
| HSL | 66.5º | 0.64% | 0.63% | - |
| HSV(B) | 66.5º | 0.54% | 0.87% | - |
| XYZ | 54.22 | 66.06 | 22.21 | - |
| YUV | 203.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 101 | 0.06 | 0 | 0.54 | 0.13 | 66.5 | 0.64 | 0.63 |
| Hex | D0 | DD | 65 | 6 | 0 | 36 | D | 42 | 40 | 3F |
| Octal | 320 | 335 | 145 | 6 | 0 | 66 | 15 | 102 | 100 | 77 |
| Binary | 11010000 | 11011101 | 1100101 | 110 | 0 | 110110 | 1101 | 1000010 | 1000000 | 111111 |
Color Harmonies of #D0DD65
Complementary color
Monochromatic Colors of #D0DD65
Black with #D0DD65
Text Example
Text Example
White with #D0DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD65; }
p { color: rgb(208,221,101); }
H1.HeaderClassName
{
color: #D0DD65;
}
.AnyTagClassName
{
color: #D0DD65;
}
</style>
background-color css
<style>
a { background-color: #D0DD65; }
a { background-color: rgb(208,221,101); }
div.DivClassName
{
background-color: #D0DD65;
}
.BgClassName
{
background-color: #D0DD65;
}
</style>
border-color css
<style>
span { border-color: #D0DD65; }
span { border-color: rgb(208,221,101); }
td.TdClassName
{
border-color: #D0DD65;
}
.TagClassName
{
border-color: #D0DD65;
}
</style>