Shades of Goldenrod #DAE182
Tints of Goldenrod #DAE182
RGB
CMYK
RGB Variations
Color information
#DAE182 (or 0xDAE182) is known color: Goldenrod. HEX triplet: DA, E1 and 82. RGB value is (218,225,130). Sum of RGB (Red+Green+Blue) = 218+225+130=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE182 is #251E7D. Grayscale: #D4D4D4. Windows color (decimal): -2432638 or 8577498. OLE color: 8577498.
HSL color Cylindrical-coordinate representation of color #DAE182: hue angle of 64.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE182 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 130 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.12 |
| HSL | 64.42º | 0.61% | 0.7% | - |
| HSV(B) | 64.42º | 0.42% | 0.88% | - |
| XYZ | 59.87 | 70.37 | 31.55 | - |
| YUV | 212.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 130 | 0.03 | 0 | 0.42 | 0.12 | 64.42 | 0.61 | 0.7 |
| Hex | DA | E1 | 82 | 3 | 0 | 2A | C | 40 | 3D | 46 |
| Octal | 332 | 341 | 202 | 3 | 0 | 52 | 14 | 100 | 75 | 106 |
| Binary | 11011010 | 11100001 | 10000010 | 11 | 0 | 101010 | 1100 | 1000000 | 111101 | 1000110 |
Color Harmonies of #DAE182
Complementary color
Monochromatic Colors of #DAE182
Black with #DAE182
Text Example
Text Example
White with #DAE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE182; }
p { color: rgb(218,225,130); }
H1.HeaderClassName
{
color: #DAE182;
}
.AnyTagClassName
{
color: #DAE182;
}
</style>
background-color css
<style>
a { background-color: #DAE182; }
a { background-color: rgb(218,225,130); }
div.DivClassName
{
background-color: #DAE182;
}
.BgClassName
{
background-color: #DAE182;
}
</style>
border-color css
<style>
span { border-color: #DAE182; }
span { border-color: rgb(218,225,130); }
td.TdClassName
{
border-color: #DAE182;
}
.TagClassName
{
border-color: #DAE182;
}
</style>