Shades of Goldenrod #D3CD6F
Tints of Goldenrod #D3CD6F
RGB
CMYK
RGB Variations
Color information
#D3CD6F (or 0xD3CD6F) is known color: Goldenrod. HEX triplet: D3, CD and 6F. RGB value is (211,205,111). Sum of RGB (Red+Green+Blue) = 211+205+111=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD6F is #2C3290. Grayscale: #C4C4C4. Windows color (decimal): -2896529 or 7327187. OLE color: 7327187.
HSL color Cylindrical-coordinate representation of color #D3CD6F: hue angle of 56.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3CD6F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 111 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.17 |
| HSL | 56.4º | 0.53% | 0.63% | - |
| HSV(B) | 56.4º | 0.47% | 0.83% | - |
| XYZ | 51.56 | 58.66 | 23.64 | - |
| YUV | 196.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 111 | 0 | 0.03 | 0.47 | 0.17 | 56.4 | 0.53 | 0.63 |
| Hex | D3 | CD | 6F | 0 | 3 | 2F | 11 | 38 | 35 | 3F |
| Octal | 323 | 315 | 157 | 0 | 3 | 57 | 21 | 70 | 65 | 77 |
| Binary | 11010011 | 11001101 | 1101111 | 0 | 11 | 101111 | 10001 | 111000 | 110101 | 111111 |
Color Harmonies of #D3CD6F
Complementary color
Monochromatic Colors of #D3CD6F
Black with #D3CD6F
Text Example
Text Example
White with #D3CD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD6F; }
p { color: rgb(211,205,111); }
H1.HeaderClassName
{
color: #D3CD6F;
}
.AnyTagClassName
{
color: #D3CD6F;
}
</style>
background-color css
<style>
a { background-color: #D3CD6F; }
a { background-color: rgb(211,205,111); }
div.DivClassName
{
background-color: #D3CD6F;
}
.BgClassName
{
background-color: #D3CD6F;
}
</style>
border-color css
<style>
span { border-color: #D3CD6F; }
span { border-color: rgb(211,205,111); }
td.TdClassName
{
border-color: #D3CD6F;
}
.TagClassName
{
border-color: #D3CD6F;
}
</style>