Shades of Goldenrod #DADE68
Tints of Goldenrod #DADE68
RGB
CMYK
RGB Variations
Color information
#DADE68 (or 0xDADE68) is known color: Goldenrod. HEX triplet: DA, DE and 68. RGB value is (218,222,104). Sum of RGB (Red+Green+Blue) = 218+222+104=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE68 is #252197. Grayscale: #CFCFCF. Windows color (decimal): -2433432 or 6872794. OLE color: 6872794.
HSL color Cylindrical-coordinate representation of color #DADE68: hue angle of 62.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DADE68 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 104 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.13 |
| HSL | 62.03º | 0.64% | 0.64% | - |
| HSV(B) | 62.03º | 0.53% | 0.87% | - |
| XYZ | 57.53 | 68.15 | 23.22 | - |
| YUV | 207.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 104 | 0.02 | 0 | 0.53 | 0.13 | 62.03 | 0.64 | 0.64 |
| Hex | DA | DE | 68 | 2 | 0 | 35 | D | 3E | 40 | 40 |
| Octal | 332 | 336 | 150 | 2 | 0 | 65 | 15 | 76 | 100 | 100 |
| Binary | 11011010 | 11011110 | 1101000 | 10 | 0 | 110101 | 1101 | 111110 | 1000000 | 1000000 |
Color Harmonies of #DADE68
Complementary color
Monochromatic Colors of #DADE68
Black with #DADE68
Text Example
Text Example
White with #DADE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE68; }
p { color: rgb(218,222,104); }
H1.HeaderClassName
{
color: #DADE68;
}
.AnyTagClassName
{
color: #DADE68;
}
</style>
background-color css
<style>
a { background-color: #DADE68; }
a { background-color: rgb(218,222,104); }
div.DivClassName
{
background-color: #DADE68;
}
.BgClassName
{
background-color: #DADE68;
}
</style>
border-color css
<style>
span { border-color: #DADE68; }
span { border-color: rgb(218,222,104); }
td.TdClassName
{
border-color: #DADE68;
}
.TagClassName
{
border-color: #DADE68;
}
</style>