Shades of Goldenrod #DAE26B
Tints of Goldenrod #DAE26B
RGB
CMYK
RGB Variations
Color information
#DAE26B (or 0xDAE26B) is known color: Goldenrod. HEX triplet: DA, E2 and 6B. RGB value is (218,226,107). Sum of RGB (Red+Green+Blue) = 218+226+107=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE26B is #251D94. Grayscale: #D2D2D2. Windows color (decimal): -2432405 or 7070426. OLE color: 7070426.
HSL color Cylindrical-coordinate representation of color #DAE26B: hue angle of 64.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE26B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 107 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64.03º | 0.67% | 0.65% | - |
| HSV(B) | 64.03º | 0.53% | 0.89% | - |
| XYZ | 58.76 | 70.36 | 24.39 | - |
| YUV | 210.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 107 | 0.04 | 0 | 0.53 | 0.11 | 64.03 | 0.67 | 0.65 |
| Hex | DA | E2 | 6B | 4 | 0 | 35 | B | 40 | 43 | 41 |
| Octal | 332 | 342 | 153 | 4 | 0 | 65 | 13 | 100 | 103 | 101 |
| Binary | 11011010 | 11100010 | 1101011 | 100 | 0 | 110101 | 1011 | 1000000 | 1000011 | 1000001 |
Color Harmonies of #DAE26B
Complementary color
Monochromatic Colors of #DAE26B
Black with #DAE26B
Text Example
Text Example
White with #DAE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE26B; }
p { color: rgb(218,226,107); }
H1.HeaderClassName
{
color: #DAE26B;
}
.AnyTagClassName
{
color: #DAE26B;
}
</style>
background-color css
<style>
a { background-color: #DAE26B; }
a { background-color: rgb(218,226,107); }
div.DivClassName
{
background-color: #DAE26B;
}
.BgClassName
{
background-color: #DAE26B;
}
</style>
border-color css
<style>
span { border-color: #DAE26B; }
span { border-color: rgb(218,226,107); }
td.TdClassName
{
border-color: #DAE26B;
}
.TagClassName
{
border-color: #DAE26B;
}
</style>