Shades of Goldenrod #D7DF7B
Tints of Goldenrod #D7DF7B
RGB
CMYK
RGB Variations
Color information
#D7DF7B (or 0xD7DF7B) is known color: Goldenrod. HEX triplet: D7, DF and 7B. RGB value is (215,223,123). Sum of RGB (Red+Green+Blue) = 215+223+123=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DF7B is #282084. Grayscale: #D1D1D1. Windows color (decimal): -2629765 or 8118231. OLE color: 8118231.
HSL color Cylindrical-coordinate representation of color #D7DF7B: hue angle of 64.8º degrees, saturation: 0.61, 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 #D7DF7B is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 123 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.13 |
| HSL | 64.8º | 0.61% | 0.68% | - |
| HSV(B) | 64.8º | 0.45% | 0.87% | - |
| XYZ | 57.99 | 68.65 | 28.93 | - |
| YUV | 209.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 123 | 0.04 | 0 | 0.45 | 0.13 | 64.8 | 0.61 | 0.68 |
| Hex | D7 | DF | 7B | 4 | 0 | 2D | D | 41 | 3D | 44 |
| Octal | 327 | 337 | 173 | 4 | 0 | 55 | 15 | 101 | 75 | 104 |
| Binary | 11010111 | 11011111 | 1111011 | 100 | 0 | 101101 | 1101 | 1000001 | 111101 | 1000100 |
Color Harmonies of #D7DF7B
Complementary color
Monochromatic Colors of #D7DF7B
Black with #D7DF7B
Text Example
Text Example
White with #D7DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF7B; }
p { color: rgb(215,223,123); }
H1.HeaderClassName
{
color: #D7DF7B;
}
.AnyTagClassName
{
color: #D7DF7B;
}
</style>
background-color css
<style>
a { background-color: #D7DF7B; }
a { background-color: rgb(215,223,123); }
div.DivClassName
{
background-color: #D7DF7B;
}
.BgClassName
{
background-color: #D7DF7B;
}
</style>
border-color css
<style>
span { border-color: #D7DF7B; }
span { border-color: rgb(215,223,123); }
td.TdClassName
{
border-color: #D7DF7B;
}
.TagClassName
{
border-color: #D7DF7B;
}
</style>