Shades of Goldenrod #DAE070
Tints of Goldenrod #DAE070
RGB
CMYK
RGB Variations
Color information
#DAE070 (or 0xDAE070) is known color: Goldenrod. HEX triplet: DA, E0 and 70. RGB value is (218,224,112). Sum of RGB (Red+Green+Blue) = 218+224+112=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE070 is #251F8F. Grayscale: #D1D1D1. Windows color (decimal): -2432912 or 7397594. OLE color: 7397594.
HSL color Cylindrical-coordinate representation of color #DAE070: hue angle of 63.21º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE070 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 112 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.12 |
| HSL | 63.21º | 0.64% | 0.66% | - |
| HSV(B) | 63.21º | 0.5% | 0.88% | - |
| XYZ | 58.49 | 69.39 | 25.64 | - |
| YUV | 209.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 112 | 0.03 | 0 | 0.50 | 0.12 | 63.21 | 0.64 | 0.66 |
| Hex | DA | E0 | 70 | 3 | 0 | 32 | C | 3F | 40 | 42 |
| Octal | 332 | 340 | 160 | 3 | 0 | 62 | 14 | 77 | 100 | 102 |
| Binary | 11011010 | 11100000 | 1110000 | 11 | 0 | 110010 | 1100 | 111111 | 1000000 | 1000010 |
Color Harmonies of #DAE070
Complementary color
Monochromatic Colors of #DAE070
Black with #DAE070
Text Example
Text Example
White with #DAE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE070; }
p { color: rgb(218,224,112); }
H1.HeaderClassName
{
color: #DAE070;
}
.AnyTagClassName
{
color: #DAE070;
}
</style>
background-color css
<style>
a { background-color: #DAE070; }
a { background-color: rgb(218,224,112); }
div.DivClassName
{
background-color: #DAE070;
}
.BgClassName
{
background-color: #DAE070;
}
</style>
border-color css
<style>
span { border-color: #DAE070; }
span { border-color: rgb(218,224,112); }
td.TdClassName
{
border-color: #DAE070;
}
.TagClassName
{
border-color: #DAE070;
}
</style>