Shades of Goldenrod #D5E073
Tints of Goldenrod #D5E073
RGB
CMYK
RGB Variations
Color information
#D5E073 (or 0xD5E073) is known color: Goldenrod. HEX triplet: D5, E0 and 73. RGB value is (213,224,115). Sum of RGB (Red+Green+Blue) = 213+224+115=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E073 is #2A1F8C. Grayscale: #D0D0D0. Windows color (decimal): -2760589 or 7594197. OLE color: 7594197.
HSL color Cylindrical-coordinate representation of color #D5E073: hue angle of 66.06º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5E073 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 115 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.12 |
| HSL | 66.06º | 0.64% | 0.66% | - |
| HSV(B) | 66.06º | 0.49% | 0.88% | - |
| XYZ | 57.19 | 68.7 | 26.46 | - |
| YUV | 208.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 115 | 0.05 | 0 | 0.49 | 0.12 | 66.06 | 0.64 | 0.66 |
| Hex | D5 | E0 | 73 | 5 | 0 | 31 | C | 42 | 40 | 42 |
| Octal | 325 | 340 | 163 | 5 | 0 | 61 | 14 | 102 | 100 | 102 |
| Binary | 11010101 | 11100000 | 1110011 | 101 | 0 | 110001 | 1100 | 1000010 | 1000000 | 1000010 |
Color Harmonies of #D5E073
Complementary color
Monochromatic Colors of #D5E073
Black with #D5E073
Text Example
Text Example
White with #D5E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E073; }
p { color: rgb(213,224,115); }
H1.HeaderClassName
{
color: #D5E073;
}
.AnyTagClassName
{
color: #D5E073;
}
</style>
background-color css
<style>
a { background-color: #D5E073; }
a { background-color: rgb(213,224,115); }
div.DivClassName
{
background-color: #D5E073;
}
.BgClassName
{
background-color: #D5E073;
}
</style>
border-color css
<style>
span { border-color: #D5E073; }
span { border-color: rgb(213,224,115); }
td.TdClassName
{
border-color: #D5E073;
}
.TagClassName
{
border-color: #D5E073;
}
</style>