Shades of Goldenrod #D3DE7C
Tints of Goldenrod #D3DE7C
RGB
CMYK
RGB Variations
Color information
#D3DE7C (or 0xD3DE7C) is known color: Goldenrod. HEX triplet: D3, DE and 7C. RGB value is (211,222,124). Sum of RGB (Red+Green+Blue) = 211+222+124=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DE7C is #2C2183. Grayscale: #CFCFCF. Windows color (decimal): -2892164 or 8183507. OLE color: 8183507.
HSL color Cylindrical-coordinate representation of color #D3DE7C: hue angle of 66.73º 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 #D3DE7C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 124 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.13 |
| HSL | 66.73º | 0.6% | 0.68% | - |
| HSV(B) | 66.73º | 0.44% | 0.87% | - |
| XYZ | 56.62 | 67.55 | 29.12 | - |
| YUV | 207.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 124 | 0.05 | 0 | 0.44 | 0.13 | 66.73 | 0.6 | 0.68 |
| Hex | D3 | DE | 7C | 5 | 0 | 2C | D | 43 | 3C | 44 |
| Octal | 323 | 336 | 174 | 5 | 0 | 54 | 15 | 103 | 74 | 104 |
| Binary | 11010011 | 11011110 | 1111100 | 101 | 0 | 101100 | 1101 | 1000011 | 111100 | 1000100 |
Color Harmonies of #D3DE7C
Complementary color
Monochromatic Colors of #D3DE7C
Black with #D3DE7C
Text Example
Text Example
White with #D3DE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DE7C; }
p { color: rgb(211,222,124); }
H1.HeaderClassName
{
color: #D3DE7C;
}
.AnyTagClassName
{
color: #D3DE7C;
}
</style>
background-color css
<style>
a { background-color: #D3DE7C; }
a { background-color: rgb(211,222,124); }
div.DivClassName
{
background-color: #D3DE7C;
}
.BgClassName
{
background-color: #D3DE7C;
}
</style>
border-color css
<style>
span { border-color: #D3DE7C; }
span { border-color: rgb(211,222,124); }
td.TdClassName
{
border-color: #D3DE7C;
}
.TagClassName
{
border-color: #D3DE7C;
}
</style>