Shades of Goldenrod #DADB74
Tints of Goldenrod #DADB74
RGB
CMYK
RGB Variations
Color information
#DADB74 (or 0xDADB74) is known color: Goldenrod. HEX triplet: DA, DB and 74. RGB value is (218,219,116). Sum of RGB (Red+Green+Blue) = 218+219+116=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB74 is #25248B. Grayscale: #CFCFCF. Windows color (decimal): -2434188 or 7658458. OLE color: 7658458.
HSL color Cylindrical-coordinate representation of color #DADB74: hue angle of 60.58º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DADB74 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 116 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.14 |
| HSL | 60.58º | 0.59% | 0.66% | - |
| HSV(B) | 60.58º | 0.47% | 0.86% | - |
| XYZ | 57.4 | 66.83 | 26.4 | - |
| YUV | 206.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 116 | 0.00 | 0 | 0.47 | 0.14 | 60.58 | 0.59 | 0.66 |
| Hex | DA | DB | 74 | 0 | 0 | 2F | E | 3D | 3B | 42 |
| Octal | 332 | 333 | 164 | 0 | 0 | 57 | 16 | 75 | 73 | 102 |
| Binary | 11011010 | 11011011 | 1110100 | 0 | 0 | 101111 | 1110 | 111101 | 111011 | 1000010 |
Color Harmonies of #DADB74
Complementary color
Monochromatic Colors of #DADB74
Black with #DADB74
Text Example
Text Example
White with #DADB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB74; }
p { color: rgb(218,219,116); }
H1.HeaderClassName
{
color: #DADB74;
}
.AnyTagClassName
{
color: #DADB74;
}
</style>
background-color css
<style>
a { background-color: #DADB74; }
a { background-color: rgb(218,219,116); }
div.DivClassName
{
background-color: #DADB74;
}
.BgClassName
{
background-color: #DADB74;
}
</style>
border-color css
<style>
span { border-color: #DADB74; }
span { border-color: rgb(218,219,116); }
td.TdClassName
{
border-color: #DADB74;
}
.TagClassName
{
border-color: #DADB74;
}
</style>