Shades of Goldenrod #DADD7B
Tints of Goldenrod #DADD7B
RGB
CMYK
RGB Variations
Color information
#DADD7B (or 0xDADD7B) is known color: Goldenrod. HEX triplet: DA, DD and 7B. RGB value is (218,221,123). Sum of RGB (Red+Green+Blue) = 218+221+123=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD7B is #252284. Grayscale: #D1D1D1. Windows color (decimal): -2433669 or 8117722. OLE color: 8117722.
HSL color Cylindrical-coordinate representation of color #DADD7B: hue angle of 61.84º 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 #DADD7B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 123 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.13 |
| HSL | 61.84º | 0.59% | 0.67% | - |
| HSV(B) | 61.84º | 0.44% | 0.87% | - |
| XYZ | 58.35 | 68.05 | 28.8 | - |
| YUV | 208.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 123 | 0.01 | 0 | 0.44 | 0.13 | 61.84 | 0.59 | 0.67 |
| Hex | DA | DD | 7B | 1 | 0 | 2C | D | 3E | 3B | 43 |
| Octal | 332 | 335 | 173 | 1 | 0 | 54 | 15 | 76 | 73 | 103 |
| Binary | 11011010 | 11011101 | 1111011 | 1 | 0 | 101100 | 1101 | 111110 | 111011 | 1000011 |
Color Harmonies of #DADD7B
Complementary color
Monochromatic Colors of #DADD7B
Black with #DADD7B
Text Example
Text Example
White with #DADD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD7B; }
p { color: rgb(218,221,123); }
H1.HeaderClassName
{
color: #DADD7B;
}
.AnyTagClassName
{
color: #DADD7B;
}
</style>
background-color css
<style>
a { background-color: #DADD7B; }
a { background-color: rgb(218,221,123); }
div.DivClassName
{
background-color: #DADD7B;
}
.BgClassName
{
background-color: #DADD7B;
}
</style>
border-color css
<style>
span { border-color: #DADD7B; }
span { border-color: rgb(218,221,123); }
td.TdClassName
{
border-color: #DADD7B;
}
.TagClassName
{
border-color: #DADD7B;
}
</style>