Shades of Goldenrod #DAE26C
Tints of Goldenrod #DAE26C
RGB
CMYK
RGB Variations
Color information
#DAE26C (or 0xDAE26C) is known color: Goldenrod. HEX triplet: DA, E2 and 6C. RGB value is (218,226,108). Sum of RGB (Red+Green+Blue) = 218+226+108=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE26C is #251D93. Grayscale: #D2D2D2. Windows color (decimal): -2432404 or 7135962. OLE color: 7135962.
HSL color Cylindrical-coordinate representation of color #DAE26C: hue angle of 64.07º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAE26C is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 108 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.11 |
| HSL | 64.07º | 0.67% | 0.65% | - |
| HSV(B) | 64.07º | 0.52% | 0.89% | - |
| XYZ | 58.82 | 70.38 | 24.67 | - |
| YUV | 210.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 108 | 0.04 | 0 | 0.52 | 0.11 | 64.07 | 0.67 | 0.65 |
| Hex | DA | E2 | 6C | 4 | 0 | 34 | B | 40 | 43 | 41 |
| Octal | 332 | 342 | 154 | 4 | 0 | 64 | 13 | 100 | 103 | 101 |
| Binary | 11011010 | 11100010 | 1101100 | 100 | 0 | 110100 | 1011 | 1000000 | 1000011 | 1000001 |
Color Harmonies of #DAE26C
Complementary color
Monochromatic Colors of #DAE26C
Black with #DAE26C
Text Example
Text Example
White with #DAE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE26C; }
p { color: rgb(218,226,108); }
H1.HeaderClassName
{
color: #DAE26C;
}
.AnyTagClassName
{
color: #DAE26C;
}
</style>
background-color css
<style>
a { background-color: #DAE26C; }
a { background-color: rgb(218,226,108); }
div.DivClassName
{
background-color: #DAE26C;
}
.BgClassName
{
background-color: #DAE26C;
}
</style>
border-color css
<style>
span { border-color: #DAE26C; }
span { border-color: rgb(218,226,108); }
td.TdClassName
{
border-color: #DAE26C;
}
.TagClassName
{
border-color: #DAE26C;
}
</style>