Shades of Goldenrod #D7DF6F
Tints of Goldenrod #D7DF6F
RGB
CMYK
RGB Variations
Color information
#D7DF6F (or 0xD7DF6F) is known color: Goldenrod. HEX triplet: D7, DF and 6F. RGB value is (215,223,111). Sum of RGB (Red+Green+Blue) = 215+223+111=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DF6F is #282090. Grayscale: #D0D0D0. Windows color (decimal): -2629777 or 7331799. OLE color: 7331799.
HSL color Cylindrical-coordinate representation of color #D7DF6F: hue angle of 64.29º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7DF6F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 111 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.13 |
| HSL | 64.29º | 0.64% | 0.65% | - |
| HSV(B) | 64.29º | 0.5% | 0.87% | - |
| XYZ | 57.28 | 68.37 | 25.22 | - |
| YUV | 207.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 111 | 0.04 | 0 | 0.50 | 0.13 | 64.29 | 0.64 | 0.65 |
| Hex | D7 | DF | 6F | 4 | 0 | 32 | D | 40 | 40 | 41 |
| Octal | 327 | 337 | 157 | 4 | 0 | 62 | 15 | 100 | 100 | 101 |
| Binary | 11010111 | 11011111 | 1101111 | 100 | 0 | 110010 | 1101 | 1000000 | 1000000 | 1000001 |
Color Harmonies of #D7DF6F
Complementary color
Monochromatic Colors of #D7DF6F
Black with #D7DF6F
Text Example
Text Example
White with #D7DF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF6F; }
p { color: rgb(215,223,111); }
H1.HeaderClassName
{
color: #D7DF6F;
}
.AnyTagClassName
{
color: #D7DF6F;
}
</style>
background-color css
<style>
a { background-color: #D7DF6F; }
a { background-color: rgb(215,223,111); }
div.DivClassName
{
background-color: #D7DF6F;
}
.BgClassName
{
background-color: #D7DF6F;
}
</style>
border-color css
<style>
span { border-color: #D7DF6F; }
span { border-color: rgb(215,223,111); }
td.TdClassName
{
border-color: #D7DF6F;
}
.TagClassName
{
border-color: #D7DF6F;
}
</style>