Shades of Goldenrod #D3DE7B
Tints of Goldenrod #D3DE7B
RGB
CMYK
RGB Variations
Color information
#D3DE7B (or 0xD3DE7B) is known color: Goldenrod. HEX triplet: D3, DE and 7B. RGB value is (211,222,123). Sum of RGB (Red+Green+Blue) = 211+222+123=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DE7B is #2C2184. Grayscale: #CFCFCF. Windows color (decimal): -2892165 or 8117971. OLE color: 8117971.
HSL color Cylindrical-coordinate representation of color #D3DE7B: hue angle of 66.67º 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 #D3DE7B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 123 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.13 |
| HSL | 66.67º | 0.6% | 0.68% | - |
| HSV(B) | 66.67º | 0.45% | 0.87% | - |
| XYZ | 56.56 | 67.52 | 28.79 | - |
| YUV | 207.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 123 | 0.05 | 0 | 0.45 | 0.13 | 66.67 | 0.6 | 0.68 |
| Hex | D3 | DE | 7B | 5 | 0 | 2D | D | 43 | 3C | 44 |
| Octal | 323 | 336 | 173 | 5 | 0 | 55 | 15 | 103 | 74 | 104 |
| Binary | 11010011 | 11011110 | 1111011 | 101 | 0 | 101101 | 1101 | 1000011 | 111100 | 1000100 |
Color Harmonies of #D3DE7B
Complementary color
Monochromatic Colors of #D3DE7B
Black with #D3DE7B
Text Example
Text Example
White with #D3DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DE7B; }
p { color: rgb(211,222,123); }
H1.HeaderClassName
{
color: #D3DE7B;
}
.AnyTagClassName
{
color: #D3DE7B;
}
</style>
background-color css
<style>
a { background-color: #D3DE7B; }
a { background-color: rgb(211,222,123); }
div.DivClassName
{
background-color: #D3DE7B;
}
.BgClassName
{
background-color: #D3DE7B;
}
</style>
border-color css
<style>
span { border-color: #D3DE7B; }
span { border-color: rgb(211,222,123); }
td.TdClassName
{
border-color: #D3DE7B;
}
.TagClassName
{
border-color: #D3DE7B;
}
</style>