Shades of Goldenrod #DAD773
Tints of Goldenrod #DAD773
RGB
CMYK
RGB Variations
Color information
#DAD773 (or 0xDAD773) is known color: Goldenrod. HEX triplet: DA, D7 and 73. RGB value is (218,215,115). Sum of RGB (Red+Green+Blue) = 218+215+115=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD773 is #25288C. Grayscale: #CCCCCC. Windows color (decimal): -2435213 or 7591898. OLE color: 7591898.
HSL color Cylindrical-coordinate representation of color #DAD773: hue angle of 58.25º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAD773 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 115 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.15 |
| HSL | 58.25º | 0.58% | 0.65% | - |
| HSV(B) | 58.25º | 0.47% | 0.85% | - |
| XYZ | 56.31 | 64.74 | 25.75 | - |
| YUV | 204.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 115 | 0 | 0.01 | 0.47 | 0.15 | 58.25 | 0.58 | 0.65 |
| Hex | DA | D7 | 73 | 0 | 1 | 2F | F | 3A | 3A | 41 |
| Octal | 332 | 327 | 163 | 0 | 1 | 57 | 17 | 72 | 72 | 101 |
| Binary | 11011010 | 11010111 | 1110011 | 0 | 1 | 101111 | 1111 | 111010 | 111010 | 1000001 |
Color Harmonies of #DAD773
Complementary color
Monochromatic Colors of #DAD773
Black with #DAD773
Text Example
Text Example
White with #DAD773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD773; }
p { color: rgb(218,215,115); }
H1.HeaderClassName
{
color: #DAD773;
}
.AnyTagClassName
{
color: #DAD773;
}
</style>
background-color css
<style>
a { background-color: #DAD773; }
a { background-color: rgb(218,215,115); }
div.DivClassName
{
background-color: #DAD773;
}
.BgClassName
{
background-color: #DAD773;
}
</style>
border-color css
<style>
span { border-color: #DAD773; }
span { border-color: rgb(218,215,115); }
td.TdClassName
{
border-color: #DAD773;
}
.TagClassName
{
border-color: #DAD773;
}
</style>