Shades of Goldenrod #D5E06F
Tints of Goldenrod #D5E06F
RGB
CMYK
RGB Variations
Color information
#D5E06F (or 0xD5E06F) is known color: Goldenrod. HEX triplet: D5, E0 and 6F. RGB value is (213,224,111). Sum of RGB (Red+Green+Blue) = 213+224+111=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E06F is #2A1F90. Grayscale: #D0D0D0. Windows color (decimal): -2760593 or 7332053. OLE color: 7332053.
HSL color Cylindrical-coordinate representation of color #D5E06F: hue angle of 65.84º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5E06F is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 111 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.12 |
| HSL | 65.84º | 0.65% | 0.66% | - |
| HSV(B) | 65.84º | 0.5% | 0.88% | - |
| XYZ | 56.97 | 68.61 | 25.28 | - |
| YUV | 207.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 111 | 0.05 | 0 | 0.50 | 0.12 | 65.84 | 0.65 | 0.66 |
| Hex | D5 | E0 | 6F | 5 | 0 | 32 | C | 42 | 41 | 42 |
| Octal | 325 | 340 | 157 | 5 | 0 | 62 | 14 | 102 | 101 | 102 |
| Binary | 11010101 | 11100000 | 1101111 | 101 | 0 | 110010 | 1100 | 1000010 | 1000001 | 1000010 |
Color Harmonies of #D5E06F
Complementary color
Monochromatic Colors of #D5E06F
Black with #D5E06F
Text Example
Text Example
White with #D5E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E06F; }
p { color: rgb(213,224,111); }
H1.HeaderClassName
{
color: #D5E06F;
}
.AnyTagClassName
{
color: #D5E06F;
}
</style>
background-color css
<style>
a { background-color: #D5E06F; }
a { background-color: rgb(213,224,111); }
div.DivClassName
{
background-color: #D5E06F;
}
.BgClassName
{
background-color: #D5E06F;
}
</style>
border-color css
<style>
span { border-color: #D5E06F; }
span { border-color: rgb(213,224,111); }
td.TdClassName
{
border-color: #D5E06F;
}
.TagClassName
{
border-color: #D5E06F;
}
</style>