Shades of Goldenrod #DADC62
Tints of Goldenrod #DADC62
RGB
CMYK
RGB Variations
Color information
#DADC62 (or 0xDADC62) is known color: Goldenrod. HEX triplet: DA, DC and 62. RGB value is (218,220,98). Sum of RGB (Red+Green+Blue) = 218+220+98=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC62 is #25239D. Grayscale: #CDCDCD. Windows color (decimal): -2433950 or 6479066. OLE color: 6479066.
HSL color Cylindrical-coordinate representation of color #DADC62: hue angle of 60.98º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DADC62 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 98 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.14 |
| HSL | 60.98º | 0.64% | 0.62% | - |
| HSV(B) | 60.98º | 0.55% | 0.86% | - |
| XYZ | 56.71 | 66.97 | 21.49 | - |
| YUV | 205.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 98 | 0.01 | 0 | 0.55 | 0.14 | 60.98 | 0.64 | 0.62 |
| Hex | DA | DC | 62 | 1 | 0 | 37 | E | 3D | 40 | 3E |
| Octal | 332 | 334 | 142 | 1 | 0 | 67 | 16 | 75 | 100 | 76 |
| Binary | 11011010 | 11011100 | 1100010 | 1 | 0 | 110111 | 1110 | 111101 | 1000000 | 111110 |
Color Harmonies of #DADC62
Complementary color
Monochromatic Colors of #DADC62
Black with #DADC62
Text Example
Text Example
White with #DADC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC62; }
p { color: rgb(218,220,98); }
H1.HeaderClassName
{
color: #DADC62;
}
.AnyTagClassName
{
color: #DADC62;
}
</style>
background-color css
<style>
a { background-color: #DADC62; }
a { background-color: rgb(218,220,98); }
div.DivClassName
{
background-color: #DADC62;
}
.BgClassName
{
background-color: #DADC62;
}
</style>
border-color css
<style>
span { border-color: #DADC62; }
span { border-color: rgb(218,220,98); }
td.TdClassName
{
border-color: #DADC62;
}
.TagClassName
{
border-color: #DADC62;
}
</style>