Shades of Goldenrod #DAE274
Tints of Goldenrod #DAE274
RGB
CMYK
RGB Variations
Color information
#DAE274 (or 0xDAE274) is known color: Goldenrod. HEX triplet: DA, E2 and 74. RGB value is (218,226,116). Sum of RGB (Red+Green+Blue) = 218+226+116=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE274 is #251D8B. Grayscale: #D3D3D3. Windows color (decimal): -2432396 or 7660250. OLE color: 7660250.
HSL color Cylindrical-coordinate representation of color #DAE274: hue angle of 64.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAE274 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 116 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.11 |
| HSL | 64.36º | 0.65% | 0.67% | - |
| HSV(B) | 64.36º | 0.49% | 0.89% | - |
| XYZ | 59.26 | 70.56 | 27.02 | - |
| YUV | 211.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 116 | 0.04 | 0 | 0.49 | 0.11 | 64.36 | 0.65 | 0.67 |
| Hex | DA | E2 | 74 | 4 | 0 | 31 | B | 40 | 41 | 43 |
| Octal | 332 | 342 | 164 | 4 | 0 | 61 | 13 | 100 | 101 | 103 |
| Binary | 11011010 | 11100010 | 1110100 | 100 | 0 | 110001 | 1011 | 1000000 | 1000001 | 1000011 |
Color Harmonies of #DAE274
Complementary color
Monochromatic Colors of #DAE274
Black with #DAE274
Text Example
Text Example
White with #DAE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE274; }
p { color: rgb(218,226,116); }
H1.HeaderClassName
{
color: #DAE274;
}
.AnyTagClassName
{
color: #DAE274;
}
</style>
background-color css
<style>
a { background-color: #DAE274; }
a { background-color: rgb(218,226,116); }
div.DivClassName
{
background-color: #DAE274;
}
.BgClassName
{
background-color: #DAE274;
}
</style>
border-color css
<style>
span { border-color: #DAE274; }
span { border-color: rgb(218,226,116); }
td.TdClassName
{
border-color: #DAE274;
}
.TagClassName
{
border-color: #DAE274;
}
</style>