Shades of Goldenrod #D5E074
Tints of Goldenrod #D5E074
RGB
CMYK
RGB Variations
Color information
#D5E074 (or 0xD5E074) is known color: Goldenrod. HEX triplet: D5, E0 and 74. RGB value is (213,224,116). Sum of RGB (Red+Green+Blue) = 213+224+116=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E074 is #2A1F8B. Grayscale: #D0D0D0. Windows color (decimal): -2760588 or 7659733. OLE color: 7659733.
HSL color Cylindrical-coordinate representation of color #D5E074: hue angle of 66.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5E074 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 116 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.12 |
| HSL | 66.11º | 0.64% | 0.67% | - |
| HSV(B) | 66.11º | 0.48% | 0.88% | - |
| XYZ | 57.25 | 68.72 | 26.77 | - |
| YUV | 208.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 116 | 0.05 | 0 | 0.48 | 0.12 | 66.11 | 0.64 | 0.67 |
| Hex | D5 | E0 | 74 | 5 | 0 | 30 | C | 42 | 40 | 43 |
| Octal | 325 | 340 | 164 | 5 | 0 | 60 | 14 | 102 | 100 | 103 |
| Binary | 11010101 | 11100000 | 1110100 | 101 | 0 | 110000 | 1100 | 1000010 | 1000000 | 1000011 |
Color Harmonies of #D5E074
Complementary color
Monochromatic Colors of #D5E074
Black with #D5E074
Text Example
Text Example
White with #D5E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E074; }
p { color: rgb(213,224,116); }
H1.HeaderClassName
{
color: #D5E074;
}
.AnyTagClassName
{
color: #D5E074;
}
</style>
background-color css
<style>
a { background-color: #D5E074; }
a { background-color: rgb(213,224,116); }
div.DivClassName
{
background-color: #D5E074;
}
.BgClassName
{
background-color: #D5E074;
}
</style>
border-color css
<style>
span { border-color: #D5E074; }
span { border-color: rgb(213,224,116); }
td.TdClassName
{
border-color: #D5E074;
}
.TagClassName
{
border-color: #D5E074;
}
</style>