Shades of Goldenrod #D5DE7D
Tints of Goldenrod #D5DE7D
RGB
CMYK
RGB Variations
Color information
#D5DE7D (or 0xD5DE7D) is known color: Goldenrod. HEX triplet: D5, DE and 7D. RGB value is (213,222,125). Sum of RGB (Red+Green+Blue) = 213+222+125=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE7D is #2A2182. Grayscale: #D0D0D0. Windows color (decimal): -2761091 or 8249045. OLE color: 8249045.
HSL color Cylindrical-coordinate representation of color #D5DE7D: hue angle of 65.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5DE7D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 125 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.13 |
| HSL | 65.57º | 0.6% | 0.68% | - |
| HSV(B) | 65.57º | 0.44% | 0.87% | - |
| XYZ | 57.26 | 67.87 | 29.48 | - |
| YUV | 208.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 125 | 0.04 | 0 | 0.44 | 0.13 | 65.57 | 0.6 | 0.68 |
| Hex | D5 | DE | 7D | 4 | 0 | 2C | D | 42 | 3C | 44 |
| Octal | 325 | 336 | 175 | 4 | 0 | 54 | 15 | 102 | 74 | 104 |
| Binary | 11010101 | 11011110 | 1111101 | 100 | 0 | 101100 | 1101 | 1000010 | 111100 | 1000100 |
Color Harmonies of #D5DE7D
Complementary color
Monochromatic Colors of #D5DE7D
Black with #D5DE7D
Text Example
Text Example
White with #D5DE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DE7D; }
p { color: rgb(213,222,125); }
H1.HeaderClassName
{
color: #D5DE7D;
}
.AnyTagClassName
{
color: #D5DE7D;
}
</style>
background-color css
<style>
a { background-color: #D5DE7D; }
a { background-color: rgb(213,222,125); }
div.DivClassName
{
background-color: #D5DE7D;
}
.BgClassName
{
background-color: #D5DE7D;
}
</style>
border-color css
<style>
span { border-color: #D5DE7D; }
span { border-color: rgb(213,222,125); }
td.TdClassName
{
border-color: #D5DE7D;
}
.TagClassName
{
border-color: #D5DE7D;
}
</style>