Shades of Goldenrod #D5E078
Tints of Goldenrod #D5E078
RGB
CMYK
RGB Variations
Color information
#D5E078 (or 0xD5E078) is known color: Goldenrod. HEX triplet: D5, E0 and 78. RGB value is (213,224,120). Sum of RGB (Red+Green+Blue) = 213+224+120=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E078 is #2A1F87. Grayscale: #D1D1D1. Windows color (decimal): -2760584 or 7921877. OLE color: 7921877.
HSL color Cylindrical-coordinate representation of color #D5E078: hue angle of 66.35º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5E078 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 120 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.12 |
| HSL | 66.35º | 0.63% | 0.67% | - |
| HSV(B) | 66.35º | 0.46% | 0.88% | - |
| XYZ | 57.49 | 68.81 | 28.02 | - |
| YUV | 208.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 120 | 0.05 | 0 | 0.46 | 0.12 | 66.35 | 0.63 | 0.67 |
| Hex | D5 | E0 | 78 | 5 | 0 | 2E | C | 42 | 3F | 43 |
| Octal | 325 | 340 | 170 | 5 | 0 | 56 | 14 | 102 | 77 | 103 |
| Binary | 11010101 | 11100000 | 1111000 | 101 | 0 | 101110 | 1100 | 1000010 | 111111 | 1000011 |
Color Harmonies of #D5E078
Complementary color
Monochromatic Colors of #D5E078
Black with #D5E078
Text Example
Text Example
White with #D5E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E078; }
p { color: rgb(213,224,120); }
H1.HeaderClassName
{
color: #D5E078;
}
.AnyTagClassName
{
color: #D5E078;
}
</style>
background-color css
<style>
a { background-color: #D5E078; }
a { background-color: rgb(213,224,120); }
div.DivClassName
{
background-color: #D5E078;
}
.BgClassName
{
background-color: #D5E078;
}
</style>
border-color css
<style>
span { border-color: #D5E078; }
span { border-color: rgb(213,224,120); }
td.TdClassName
{
border-color: #D5E078;
}
.TagClassName
{
border-color: #D5E078;
}
</style>