Shades of Goldenrod #DADA62
Tints of Goldenrod #DADA62
RGB
CMYK
RGB Variations
Color information
#DADA62 (or 0xDADA62) is known color: Goldenrod. HEX triplet: DA, DA and 62. RGB value is (218,218,98). Sum of RGB (Red+Green+Blue) = 218+218+98=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA62 is #25259D. Grayscale: #CCCCCC. Windows color (decimal): -2434462 or 6478554. OLE color: 6478554.
HSL color Cylindrical-coordinate representation of color #DADA62: hue angle of 60º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DADA62 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 98 | - |
| CMYK | 0 | 0 | 0.55 | 0.15 |
| HSL | 60º | 0.62% | 0.62% | - |
| HSV(B) | 60º | 0.55% | 0.85% | - |
| XYZ | 56.19 | 65.93 | 21.32 | - |
| YUV | 204.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 98 | 0 | 0 | 0.55 | 0.15 | 60 | 0.62 | 0.62 |
| Hex | DA | DA | 62 | 0 | 0 | 37 | F | 3C | 3E | 3E |
| Octal | 332 | 332 | 142 | 0 | 0 | 67 | 17 | 74 | 76 | 76 |
| Binary | 11011010 | 11011010 | 1100010 | 0 | 0 | 110111 | 1111 | 111100 | 111110 | 111110 |
Color Harmonies of #DADA62
Complementary color
Monochromatic Colors of #DADA62
Black with #DADA62
Text Example
Text Example
White with #DADA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA62; }
p { color: rgb(218,218,98); }
H1.HeaderClassName
{
color: #DADA62;
}
.AnyTagClassName
{
color: #DADA62;
}
</style>
background-color css
<style>
a { background-color: #DADA62; }
a { background-color: rgb(218,218,98); }
div.DivClassName
{
background-color: #DADA62;
}
.BgClassName
{
background-color: #DADA62;
}
</style>
border-color css
<style>
span { border-color: #DADA62; }
span { border-color: rgb(218,218,98); }
td.TdClassName
{
border-color: #DADA62;
}
.TagClassName
{
border-color: #DADA62;
}
</style>