Shades of Goldenrod #DAE277
Tints of Goldenrod #DAE277
RGB
CMYK
RGB Variations
Color information
#DAE277 (or 0xDAE277) is known color: Goldenrod. HEX triplet: DA, E2 and 77. RGB value is (218,226,119). Sum of RGB (Red+Green+Blue) = 218+226+119=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE277 is #251D88. Grayscale: #D3D3D3. Windows color (decimal): -2432393 or 7856858. OLE color: 7856858.
HSL color Cylindrical-coordinate representation of color #DAE277: hue angle of 64.49º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE277 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 119 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 64.49º | 0.65% | 0.68% | - |
| HSV(B) | 64.49º | 0.47% | 0.89% | - |
| XYZ | 59.44 | 70.63 | 27.95 | - |
| YUV | 211.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 119 | 0.04 | 0 | 0.47 | 0.11 | 64.49 | 0.65 | 0.68 |
| Hex | DA | E2 | 77 | 4 | 0 | 2F | B | 40 | 41 | 44 |
| Octal | 332 | 342 | 167 | 4 | 0 | 57 | 13 | 100 | 101 | 104 |
| Binary | 11011010 | 11100010 | 1110111 | 100 | 0 | 101111 | 1011 | 1000000 | 1000001 | 1000100 |
Color Harmonies of #DAE277
Complementary color
Monochromatic Colors of #DAE277
Black with #DAE277
Text Example
Text Example
White with #DAE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE277; }
p { color: rgb(218,226,119); }
H1.HeaderClassName
{
color: #DAE277;
}
.AnyTagClassName
{
color: #DAE277;
}
</style>
background-color css
<style>
a { background-color: #DAE277; }
a { background-color: rgb(218,226,119); }
div.DivClassName
{
background-color: #DAE277;
}
.BgClassName
{
background-color: #DAE277;
}
</style>
border-color css
<style>
span { border-color: #DAE277; }
span { border-color: rgb(218,226,119); }
td.TdClassName
{
border-color: #DAE277;
}
.TagClassName
{
border-color: #DAE277;
}
</style>