Shades of Goldenrod #D5E07C
Tints of Goldenrod #D5E07C
RGB
CMYK
RGB Variations
Color information
#D5E07C (or 0xD5E07C) is known color: Goldenrod. HEX triplet: D5, E0 and 7C. RGB value is (213,224,124). Sum of RGB (Red+Green+Blue) = 213+224+124=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E07C is #2A1F83. Grayscale: #D1D1D1. Windows color (decimal): -2760580 or 8184021. OLE color: 8184021.
HSL color Cylindrical-coordinate representation of color #D5E07C: hue angle of 66.6º 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 #D5E07C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 124 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.12 |
| HSL | 66.6º | 0.62% | 0.68% | - |
| HSV(B) | 66.6º | 0.45% | 0.88% | - |
| XYZ | 57.73 | 68.91 | 29.33 | - |
| YUV | 209.31 | 79.86 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 124 | 0.05 | 0 | 0.45 | 0.12 | 66.6 | 0.62 | 0.68 |
| Hex | D5 | E0 | 7C | 5 | 0 | 2D | C | 43 | 3E | 44 |
| Octal | 325 | 340 | 174 | 5 | 0 | 55 | 14 | 103 | 76 | 104 |
| Binary | 11010101 | 11100000 | 1111100 | 101 | 0 | 101101 | 1100 | 1000011 | 111110 | 1000100 |
Color Harmonies of #D5E07C
Complementary color
Monochromatic Colors of #D5E07C
Black with #D5E07C
Text Example
Text Example
White with #D5E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E07C; }
p { color: rgb(213,224,124); }
H1.HeaderClassName
{
color: #D5E07C;
}
.AnyTagClassName
{
color: #D5E07C;
}
</style>
background-color css
<style>
a { background-color: #D5E07C; }
a { background-color: rgb(213,224,124); }
div.DivClassName
{
background-color: #D5E07C;
}
.BgClassName
{
background-color: #D5E07C;
}
</style>
border-color css
<style>
span { border-color: #D5E07C; }
span { border-color: rgb(213,224,124); }
td.TdClassName
{
border-color: #D5E07C;
}
.TagClassName
{
border-color: #D5E07C;
}
</style>