Shades of Goldenrod #DADD74
Tints of Goldenrod #DADD74
RGB
CMYK
RGB Variations
Color information
#DADD74 (or 0xDADD74) is known color: Goldenrod. HEX triplet: DA, DD and 74. RGB value is (218,221,116). Sum of RGB (Red+Green+Blue) = 218+221+116=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD74 is #25228B. Grayscale: #D0D0D0. Windows color (decimal): -2433676 or 7658970. OLE color: 7658970.
HSL color Cylindrical-coordinate representation of color #DADD74: hue angle of 61.71º 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 #DADD74 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 116 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.71º | 0.61% | 0.66% | - |
| HSV(B) | 61.71º | 0.48% | 0.87% | - |
| XYZ | 57.92 | 67.88 | 26.57 | - |
| YUV | 208.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 116 | 0.01 | 0 | 0.48 | 0.13 | 61.71 | 0.61 | 0.66 |
| Hex | DA | DD | 74 | 1 | 0 | 30 | D | 3E | 3D | 42 |
| Octal | 332 | 335 | 164 | 1 | 0 | 60 | 15 | 76 | 75 | 102 |
| Binary | 11011010 | 11011101 | 1110100 | 1 | 0 | 110000 | 1101 | 111110 | 111101 | 1000010 |
Color Harmonies of #DADD74
Complementary color
Monochromatic Colors of #DADD74
Black with #DADD74
Text Example
Text Example
White with #DADD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD74; }
p { color: rgb(218,221,116); }
H1.HeaderClassName
{
color: #DADD74;
}
.AnyTagClassName
{
color: #DADD74;
}
</style>
background-color css
<style>
a { background-color: #DADD74; }
a { background-color: rgb(218,221,116); }
div.DivClassName
{
background-color: #DADD74;
}
.BgClassName
{
background-color: #DADD74;
}
</style>
border-color css
<style>
span { border-color: #DADD74; }
span { border-color: rgb(218,221,116); }
td.TdClassName
{
border-color: #DADD74;
}
.TagClassName
{
border-color: #DADD74;
}
</style>