Shades of Goldenrod #DAE080
Tints of Goldenrod #DAE080
RGB
CMYK
RGB Variations
Color information
#DAE080 (or 0xDAE080) is known color: Goldenrod. HEX triplet: DA, E0 and 80. RGB value is (218,224,128). Sum of RGB (Red+Green+Blue) = 218+224+128=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE080 is #251F7F. Grayscale: #D3D3D3. Windows color (decimal): -2432896 or 8446170. OLE color: 8446170.
HSL color Cylindrical-coordinate representation of color #DAE080: hue angle of 63.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAE080 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 128 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.12 |
| HSL | 63.75º | 0.61% | 0.69% | - |
| HSV(B) | 63.75º | 0.43% | 0.88% | - |
| XYZ | 59.47 | 69.78 | 30.76 | - |
| YUV | 211.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 128 | 0.03 | 0 | 0.43 | 0.12 | 63.75 | 0.61 | 0.69 |
| Hex | DA | E0 | 80 | 3 | 0 | 2B | C | 40 | 3D | 45 |
| Octal | 332 | 340 | 200 | 3 | 0 | 53 | 14 | 100 | 75 | 105 |
| Binary | 11011010 | 11100000 | 10000000 | 11 | 0 | 101011 | 1100 | 1000000 | 111101 | 1000101 |
Color Harmonies of #DAE080
Complementary color
Monochromatic Colors of #DAE080
Black with #DAE080
Text Example
Text Example
White with #DAE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE080; }
p { color: rgb(218,224,128); }
H1.HeaderClassName
{
color: #DAE080;
}
.AnyTagClassName
{
color: #DAE080;
}
</style>
background-color css
<style>
a { background-color: #DAE080; }
a { background-color: rgb(218,224,128); }
div.DivClassName
{
background-color: #DAE080;
}
.BgClassName
{
background-color: #DAE080;
}
</style>
border-color css
<style>
span { border-color: #DAE080; }
span { border-color: rgb(218,224,128); }
td.TdClassName
{
border-color: #DAE080;
}
.TagClassName
{
border-color: #DAE080;
}
</style>