Shades of Goldenrod #DADF74
Tints of Goldenrod #DADF74
RGB
CMYK
RGB Variations
Color information
#DADF74 (or 0xDADF74) is known color: Goldenrod. HEX triplet: DA, DF and 74. RGB value is (218,223,116). Sum of RGB (Red+Green+Blue) = 218+223+116=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF74 is #25208B. Grayscale: #D1D1D1. Windows color (decimal): -2433164 or 7659482. OLE color: 7659482.
HSL color Cylindrical-coordinate representation of color #DADF74: hue angle of 62.8º degrees, saturation: 0.63, 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 #DADF74 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 116 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.8º | 0.63% | 0.66% | - |
| HSV(B) | 62.8º | 0.48% | 0.87% | - |
| XYZ | 58.45 | 68.94 | 26.75 | - |
| YUV | 209.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 116 | 0.02 | 0 | 0.48 | 0.13 | 62.8 | 0.63 | 0.66 |
| Hex | DA | DF | 74 | 2 | 0 | 30 | D | 3F | 3F | 42 |
| Octal | 332 | 337 | 164 | 2 | 0 | 60 | 15 | 77 | 77 | 102 |
| Binary | 11011010 | 11011111 | 1110100 | 10 | 0 | 110000 | 1101 | 111111 | 111111 | 1000010 |
Color Harmonies of #DADF74
Complementary color
Monochromatic Colors of #DADF74
Black with #DADF74
Text Example
Text Example
White with #DADF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF74; }
p { color: rgb(218,223,116); }
H1.HeaderClassName
{
color: #DADF74;
}
.AnyTagClassName
{
color: #DADF74;
}
</style>
background-color css
<style>
a { background-color: #DADF74; }
a { background-color: rgb(218,223,116); }
div.DivClassName
{
background-color: #DADF74;
}
.BgClassName
{
background-color: #DADF74;
}
</style>
border-color css
<style>
span { border-color: #DADF74; }
span { border-color: rgb(218,223,116); }
td.TdClassName
{
border-color: #DADF74;
}
.TagClassName
{
border-color: #DADF74;
}
</style>