Shades of Goldenrod #D5DD7B
Tints of Goldenrod #D5DD7B
RGB
CMYK
RGB Variations
Color information
#D5DD7B (or 0xD5DD7B) is known color: Goldenrod. HEX triplet: D5, DD and 7B. RGB value is (213,221,123). Sum of RGB (Red+Green+Blue) = 213+221+123=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD7B is #2A2284. Grayscale: #CFCFCF. Windows color (decimal): -2761349 or 8117717. OLE color: 8117717.
HSL color Cylindrical-coordinate representation of color #D5DD7B: hue angle of 64.9º 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 #D5DD7B is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 123 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.13 |
| HSL | 64.9º | 0.59% | 0.67% | - |
| HSV(B) | 64.9º | 0.44% | 0.87% | - |
| XYZ | 56.87 | 67.29 | 28.73 | - |
| YUV | 207.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 123 | 0.04 | 0 | 0.44 | 0.13 | 64.9 | 0.59 | 0.67 |
| Hex | D5 | DD | 7B | 4 | 0 | 2C | D | 41 | 3B | 43 |
| Octal | 325 | 335 | 173 | 4 | 0 | 54 | 15 | 101 | 73 | 103 |
| Binary | 11010101 | 11011101 | 1111011 | 100 | 0 | 101100 | 1101 | 1000001 | 111011 | 1000011 |
Color Harmonies of #D5DD7B
Complementary color
Monochromatic Colors of #D5DD7B
Black with #D5DD7B
Text Example
Text Example
White with #D5DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD7B; }
p { color: rgb(213,221,123); }
H1.HeaderClassName
{
color: #D5DD7B;
}
.AnyTagClassName
{
color: #D5DD7B;
}
</style>
background-color css
<style>
a { background-color: #D5DD7B; }
a { background-color: rgb(213,221,123); }
div.DivClassName
{
background-color: #D5DD7B;
}
.BgClassName
{
background-color: #D5DD7B;
}
</style>
border-color css
<style>
span { border-color: #D5DD7B; }
span { border-color: rgb(213,221,123); }
td.TdClassName
{
border-color: #D5DD7B;
}
.TagClassName
{
border-color: #D5DD7B;
}
</style>