Shades of Goldenrod #D3DD7B
Tints of Goldenrod #D3DD7B
RGB
CMYK
RGB Variations
Color information
#D3DD7B (or 0xD3DD7B) is known color: Goldenrod. HEX triplet: D3, DD and 7B. RGB value is (211,221,123). Sum of RGB (Red+Green+Blue) = 211+221+123=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD7B is #2C2284. Grayscale: #CFCFCF. Windows color (decimal): -2892421 or 8117715. OLE color: 8117715.
HSL color Cylindrical-coordinate representation of color #D3DD7B: hue angle of 66.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3DD7B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 123 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.13 |
| HSL | 66.12º | 0.59% | 0.67% | - |
| HSV(B) | 66.12º | 0.44% | 0.87% | - |
| XYZ | 56.3 | 66.99 | 28.7 | - |
| YUV | 206.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 123 | 0.05 | 0 | 0.44 | 0.13 | 66.12 | 0.59 | 0.67 |
| Hex | D3 | DD | 7B | 5 | 0 | 2C | D | 42 | 3B | 43 |
| Octal | 323 | 335 | 173 | 5 | 0 | 54 | 15 | 102 | 73 | 103 |
| Binary | 11010011 | 11011101 | 1111011 | 101 | 0 | 101100 | 1101 | 1000010 | 111011 | 1000011 |
Color Harmonies of #D3DD7B
Complementary color
Monochromatic Colors of #D3DD7B
Black with #D3DD7B
Text Example
Text Example
White with #D3DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD7B; }
p { color: rgb(211,221,123); }
H1.HeaderClassName
{
color: #D3DD7B;
}
.AnyTagClassName
{
color: #D3DD7B;
}
</style>
background-color css
<style>
a { background-color: #D3DD7B; }
a { background-color: rgb(211,221,123); }
div.DivClassName
{
background-color: #D3DD7B;
}
.BgClassName
{
background-color: #D3DD7B;
}
</style>
border-color css
<style>
span { border-color: #D3DD7B; }
span { border-color: rgb(211,221,123); }
td.TdClassName
{
border-color: #D3DD7B;
}
.TagClassName
{
border-color: #D3DD7B;
}
</style>