Shades of Goldenrod #D3DF79
Tints of Goldenrod #D3DF79
RGB
CMYK
RGB Variations
Color information
#D3DF79 (or 0xD3DF79) is known color: Goldenrod. HEX triplet: D3, DF and 79. RGB value is (211,223,121). Sum of RGB (Red+Green+Blue) = 211+223+121=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DF79 is #2C2086. Grayscale: #D0D0D0. Windows color (decimal): -2891911 or 7987155. OLE color: 7987155.
HSL color Cylindrical-coordinate representation of color #D3DF79: hue angle of 67.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3DF79 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 121 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.13 |
| HSL | 67.06º | 0.61% | 0.67% | - |
| HSV(B) | 67.06º | 0.46% | 0.87% | - |
| XYZ | 56.7 | 68 | 28.23 | - |
| YUV | 207.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 121 | 0.05 | 0 | 0.46 | 0.13 | 67.06 | 0.61 | 0.67 |
| Hex | D3 | DF | 79 | 5 | 0 | 2E | D | 43 | 3D | 43 |
| Octal | 323 | 337 | 171 | 5 | 0 | 56 | 15 | 103 | 75 | 103 |
| Binary | 11010011 | 11011111 | 1111001 | 101 | 0 | 101110 | 1101 | 1000011 | 111101 | 1000011 |
Color Harmonies of #D3DF79
Complementary color
Monochromatic Colors of #D3DF79
Black with #D3DF79
Text Example
Text Example
White with #D3DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF79; }
p { color: rgb(211,223,121); }
H1.HeaderClassName
{
color: #D3DF79;
}
.AnyTagClassName
{
color: #D3DF79;
}
</style>
background-color css
<style>
a { background-color: #D3DF79; }
a { background-color: rgb(211,223,121); }
div.DivClassName
{
background-color: #D3DF79;
}
.BgClassName
{
background-color: #D3DF79;
}
</style>
border-color css
<style>
span { border-color: #D3DF79; }
span { border-color: rgb(211,223,121); }
td.TdClassName
{
border-color: #D3DF79;
}
.TagClassName
{
border-color: #D3DF79;
}
</style>