Shades of Goldenrod #DADD73
Tints of Goldenrod #DADD73
RGB
CMYK
RGB Variations
Color information
#DADD73 (or 0xDADD73) is known color: Goldenrod. HEX triplet: DA, DD and 73. RGB value is (218,221,115). Sum of RGB (Red+Green+Blue) = 218+221+115=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD73 is #25228C. Grayscale: #D0D0D0. Windows color (decimal): -2433677 or 7593434. OLE color: 7593434.
HSL color Cylindrical-coordinate representation of color #DADD73: hue angle of 61.7º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DADD73 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 115 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.7º | 0.61% | 0.66% | - |
| HSV(B) | 61.7º | 0.48% | 0.87% | - |
| XYZ | 57.86 | 67.86 | 26.27 | - |
| YUV | 208.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 115 | 0.01 | 0 | 0.48 | 0.13 | 61.7 | 0.61 | 0.66 |
| Hex | DA | DD | 73 | 1 | 0 | 30 | D | 3E | 3D | 42 |
| Octal | 332 | 335 | 163 | 1 | 0 | 60 | 15 | 76 | 75 | 102 |
| Binary | 11011010 | 11011101 | 1110011 | 1 | 0 | 110000 | 1101 | 111110 | 111101 | 1000010 |
Color Harmonies of #DADD73
Complementary color
Monochromatic Colors of #DADD73
Black with #DADD73
Text Example
Text Example
White with #DADD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD73; }
p { color: rgb(218,221,115); }
H1.HeaderClassName
{
color: #DADD73;
}
.AnyTagClassName
{
color: #DADD73;
}
</style>
background-color css
<style>
a { background-color: #DADD73; }
a { background-color: rgb(218,221,115); }
div.DivClassName
{
background-color: #DADD73;
}
.BgClassName
{
background-color: #DADD73;
}
</style>
border-color css
<style>
span { border-color: #DADD73; }
span { border-color: rgb(218,221,115); }
td.TdClassName
{
border-color: #DADD73;
}
.TagClassName
{
border-color: #DADD73;
}
</style>