Shades of Goldenrod #D3DD6F
Tints of Goldenrod #D3DD6F
RGB
CMYK
RGB Variations
Color information
#D3DD6F (or 0xD3DD6F) is known color: Goldenrod. HEX triplet: D3, DD and 6F. RGB value is (211,221,111). Sum of RGB (Red+Green+Blue) = 211+221+111=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD6F is #2C2290. Grayscale: #CDCDCD. Windows color (decimal): -2892433 or 7331283. OLE color: 7331283.
HSL color Cylindrical-coordinate representation of color #D3DD6F: hue angle of 65.45º degrees, saturation: 0.62, 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 #D3DD6F is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 111 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.13 |
| HSL | 65.45º | 0.62% | 0.65% | - |
| HSV(B) | 65.45º | 0.5% | 0.87% | - |
| XYZ | 55.59 | 66.71 | 24.99 | - |
| YUV | 205.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 111 | 0.05 | 0 | 0.50 | 0.13 | 65.45 | 0.62 | 0.65 |
| Hex | D3 | DD | 6F | 5 | 0 | 32 | D | 41 | 3E | 41 |
| Octal | 323 | 335 | 157 | 5 | 0 | 62 | 15 | 101 | 76 | 101 |
| Binary | 11010011 | 11011101 | 1101111 | 101 | 0 | 110010 | 1101 | 1000001 | 111110 | 1000001 |
Color Harmonies of #D3DD6F
Complementary color
Monochromatic Colors of #D3DD6F
Black with #D3DD6F
Text Example
Text Example
White with #D3DD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD6F; }
p { color: rgb(211,221,111); }
H1.HeaderClassName
{
color: #D3DD6F;
}
.AnyTagClassName
{
color: #D3DD6F;
}
</style>
background-color css
<style>
a { background-color: #D3DD6F; }
a { background-color: rgb(211,221,111); }
div.DivClassName
{
background-color: #D3DD6F;
}
.BgClassName
{
background-color: #D3DD6F;
}
</style>
border-color css
<style>
span { border-color: #D3DD6F; }
span { border-color: rgb(211,221,111); }
td.TdClassName
{
border-color: #D3DD6F;
}
.TagClassName
{
border-color: #D3DD6F;
}
</style>