Shades of Goldenrod #DADE6C
Tints of Goldenrod #DADE6C
RGB
CMYK
RGB Variations
Color information
#DADE6C (or 0xDADE6C) is known color: Goldenrod. HEX triplet: DA, DE and 6C. RGB value is (218,222,108). Sum of RGB (Red+Green+Blue) = 218+222+108=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE6C is #252193. Grayscale: #D0D0D0. Windows color (decimal): -2433428 or 7134938. OLE color: 7134938.
HSL color Cylindrical-coordinate representation of color #DADE6C: hue angle of 62.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DADE6C is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 108 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.13 |
| HSL | 62.11º | 0.63% | 0.65% | - |
| HSV(B) | 62.11º | 0.51% | 0.87% | - |
| XYZ | 57.74 | 68.23 | 24.31 | - |
| YUV | 207.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 108 | 0.02 | 0 | 0.51 | 0.13 | 62.11 | 0.63 | 0.65 |
| Hex | DA | DE | 6C | 2 | 0 | 33 | D | 3E | 3F | 41 |
| Octal | 332 | 336 | 154 | 2 | 0 | 63 | 15 | 76 | 77 | 101 |
| Binary | 11011010 | 11011110 | 1101100 | 10 | 0 | 110011 | 1101 | 111110 | 111111 | 1000001 |
Color Harmonies of #DADE6C
Complementary color
Monochromatic Colors of #DADE6C
Black with #DADE6C
Text Example
Text Example
White with #DADE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE6C; }
p { color: rgb(218,222,108); }
H1.HeaderClassName
{
color: #DADE6C;
}
.AnyTagClassName
{
color: #DADE6C;
}
</style>
background-color css
<style>
a { background-color: #DADE6C; }
a { background-color: rgb(218,222,108); }
div.DivClassName
{
background-color: #DADE6C;
}
.BgClassName
{
background-color: #DADE6C;
}
</style>
border-color css
<style>
span { border-color: #DADE6C; }
span { border-color: rgb(218,222,108); }
td.TdClassName
{
border-color: #DADE6C;
}
.TagClassName
{
border-color: #DADE6C;
}
</style>