Shades of Goldenrod #D3DD7A
Tints of Goldenrod #D3DD7A
RGB
CMYK
RGB Variations
Color information
#D3DD7A (or 0xD3DD7A) is known color: Goldenrod. HEX triplet: D3, DD and 7A. RGB value is (211,221,122). Sum of RGB (Red+Green+Blue) = 211+221+122=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD7A is #2C2285. Grayscale: #CFCFCF. Windows color (decimal): -2892422 or 8052179. OLE color: 8052179.
HSL color Cylindrical-coordinate representation of color #D3DD7A: hue angle of 66.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3DD7A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 122 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.13 |
| HSL | 66.06º | 0.59% | 0.67% | - |
| HSV(B) | 66.06º | 0.45% | 0.87% | - |
| XYZ | 56.23 | 66.97 | 28.37 | - |
| YUV | 206.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 122 | 0.05 | 0 | 0.45 | 0.13 | 66.06 | 0.59 | 0.67 |
| Hex | D3 | DD | 7A | 5 | 0 | 2D | D | 42 | 3B | 43 |
| Octal | 323 | 335 | 172 | 5 | 0 | 55 | 15 | 102 | 73 | 103 |
| Binary | 11010011 | 11011101 | 1111010 | 101 | 0 | 101101 | 1101 | 1000010 | 111011 | 1000011 |
Color Harmonies of #D3DD7A
Complementary color
Monochromatic Colors of #D3DD7A
Black with #D3DD7A
Text Example
Text Example
White with #D3DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD7A; }
p { color: rgb(211,221,122); }
H1.HeaderClassName
{
color: #D3DD7A;
}
.AnyTagClassName
{
color: #D3DD7A;
}
</style>
background-color css
<style>
a { background-color: #D3DD7A; }
a { background-color: rgb(211,221,122); }
div.DivClassName
{
background-color: #D3DD7A;
}
.BgClassName
{
background-color: #D3DD7A;
}
</style>
border-color css
<style>
span { border-color: #D3DD7A; }
span { border-color: rgb(211,221,122); }
td.TdClassName
{
border-color: #D3DD7A;
}
.TagClassName
{
border-color: #D3DD7A;
}
</style>