Shades of Goldenrod #DAE07B
Tints of Goldenrod #DAE07B
RGB
CMYK
RGB Variations
Color information
#DAE07B (or 0xDAE07B) is known color: Goldenrod. HEX triplet: DA, E0 and 7B. RGB value is (218,224,123). Sum of RGB (Red+Green+Blue) = 218+224+123=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE07B is #251F84. Grayscale: #D3D3D3. Windows color (decimal): -2432901 or 8118490. OLE color: 8118490.
HSL color Cylindrical-coordinate representation of color #DAE07B: hue angle of 63.56º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE07B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 123 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.12 |
| HSL | 63.56º | 0.62% | 0.68% | - |
| HSV(B) | 63.56º | 0.45% | 0.88% | - |
| XYZ | 59.14 | 69.65 | 29.06 | - |
| YUV | 210.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 123 | 0.03 | 0 | 0.45 | 0.12 | 63.56 | 0.62 | 0.68 |
| Hex | DA | E0 | 7B | 3 | 0 | 2D | C | 40 | 3E | 44 |
| Octal | 332 | 340 | 173 | 3 | 0 | 55 | 14 | 100 | 76 | 104 |
| Binary | 11011010 | 11100000 | 1111011 | 11 | 0 | 101101 | 1100 | 1000000 | 111110 | 1000100 |
Color Harmonies of #DAE07B
Complementary color
Monochromatic Colors of #DAE07B
Black with #DAE07B
Text Example
Text Example
White with #DAE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE07B; }
p { color: rgb(218,224,123); }
H1.HeaderClassName
{
color: #DAE07B;
}
.AnyTagClassName
{
color: #DAE07B;
}
</style>
background-color css
<style>
a { background-color: #DAE07B; }
a { background-color: rgb(218,224,123); }
div.DivClassName
{
background-color: #DAE07B;
}
.BgClassName
{
background-color: #DAE07B;
}
</style>
border-color css
<style>
span { border-color: #DAE07B; }
span { border-color: rgb(218,224,123); }
td.TdClassName
{
border-color: #DAE07B;
}
.TagClassName
{
border-color: #DAE07B;
}
</style>