Shades of Goldenrod #DAE065
Tints of Goldenrod #DAE065
RGB
CMYK
RGB Variations
Color information
#DAE065 (or 0xDAE065) is known color: Goldenrod. HEX triplet: DA, E0 and 65. RGB value is (218,224,101). Sum of RGB (Red+Green+Blue) = 218+224+101=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE065 is #251F9A. Grayscale: #D0D0D0. Windows color (decimal): -2432923 or 6676698. OLE color: 6676698.
HSL color Cylindrical-coordinate representation of color #DAE065: hue angle of 62.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE065 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 101 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.12 |
| HSL | 62.93º | 0.66% | 0.64% | - |
| HSV(B) | 62.93º | 0.55% | 0.88% | - |
| XYZ | 57.92 | 69.16 | 22.61 | - |
| YUV | 208.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 101 | 0.03 | 0 | 0.55 | 0.12 | 62.93 | 0.66 | 0.64 |
| Hex | DA | E0 | 65 | 3 | 0 | 37 | C | 3F | 42 | 40 |
| Octal | 332 | 340 | 145 | 3 | 0 | 67 | 14 | 77 | 102 | 100 |
| Binary | 11011010 | 11100000 | 1100101 | 11 | 0 | 110111 | 1100 | 111111 | 1000010 | 1000000 |
Color Harmonies of #DAE065
Complementary color
Monochromatic Colors of #DAE065
Black with #DAE065
Text Example
Text Example
White with #DAE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE065; }
p { color: rgb(218,224,101); }
H1.HeaderClassName
{
color: #DAE065;
}
.AnyTagClassName
{
color: #DAE065;
}
</style>
background-color css
<style>
a { background-color: #DAE065; }
a { background-color: rgb(218,224,101); }
div.DivClassName
{
background-color: #DAE065;
}
.BgClassName
{
background-color: #DAE065;
}
</style>
border-color css
<style>
span { border-color: #DAE065; }
span { border-color: rgb(218,224,101); }
td.TdClassName
{
border-color: #DAE065;
}
.TagClassName
{
border-color: #DAE065;
}
</style>