Shades of Goldenrod #D5DE7B
Tints of Goldenrod #D5DE7B
RGB
CMYK
RGB Variations
Color information
#D5DE7B (or 0xD5DE7B) is known color: Goldenrod. HEX triplet: D5, DE and 7B. RGB value is (213,222,123). Sum of RGB (Red+Green+Blue) = 213+222+123=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE7B is #2A2184. Grayscale: #D0D0D0. Windows color (decimal): -2761093 or 8117973. OLE color: 8117973.
HSL color Cylindrical-coordinate representation of color #D5DE7B: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5DE7B is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 123 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.13 |
| HSL | 65.45º | 0.6% | 0.68% | - |
| HSV(B) | 65.45º | 0.45% | 0.87% | - |
| XYZ | 57.14 | 67.82 | 28.82 | - |
| YUV | 208.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 123 | 0.04 | 0 | 0.45 | 0.13 | 65.45 | 0.6 | 0.68 |
| Hex | D5 | DE | 7B | 4 | 0 | 2D | D | 41 | 3C | 44 |
| Octal | 325 | 336 | 173 | 4 | 0 | 55 | 15 | 101 | 74 | 104 |
| Binary | 11010101 | 11011110 | 1111011 | 100 | 0 | 101101 | 1101 | 1000001 | 111100 | 1000100 |
Color Harmonies of #D5DE7B
Complementary color
Monochromatic Colors of #D5DE7B
Black with #D5DE7B
Text Example
Text Example
White with #D5DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DE7B; }
p { color: rgb(213,222,123); }
H1.HeaderClassName
{
color: #D5DE7B;
}
.AnyTagClassName
{
color: #D5DE7B;
}
</style>
background-color css
<style>
a { background-color: #D5DE7B; }
a { background-color: rgb(213,222,123); }
div.DivClassName
{
background-color: #D5DE7B;
}
.BgClassName
{
background-color: #D5DE7B;
}
</style>
border-color css
<style>
span { border-color: #D5DE7B; }
span { border-color: rgb(213,222,123); }
td.TdClassName
{
border-color: #D5DE7B;
}
.TagClassName
{
border-color: #D5DE7B;
}
</style>