Shades of Goldenrod #D3D06F
Tints of Goldenrod #D3D06F
RGB
CMYK
RGB Variations
Color information
#D3D06F (or 0xD3D06F) is known color: Goldenrod. HEX triplet: D3, D0 and 6F. RGB value is (211,208,111). Sum of RGB (Red+Green+Blue) = 211+208+111=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D06F is #2C2F90. Grayscale: #C6C6C6. Windows color (decimal): -2895761 or 7327955. OLE color: 7327955.
HSL color Cylindrical-coordinate representation of color #D3D06F: hue angle of 58.2º 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 #D3D06F is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 111 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.17 |
| HSL | 58.2º | 0.53% | 0.63% | - |
| HSV(B) | 58.2º | 0.47% | 0.83% | - |
| XYZ | 52.29 | 60.11 | 23.89 | - |
| YUV | 197.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 111 | 0 | 0.01 | 0.47 | 0.17 | 58.2 | 0.53 | 0.63 |
| Hex | D3 | D0 | 6F | 0 | 1 | 2F | 11 | 3A | 35 | 3F |
| Octal | 323 | 320 | 157 | 0 | 1 | 57 | 21 | 72 | 65 | 77 |
| Binary | 11010011 | 11010000 | 1101111 | 0 | 1 | 101111 | 10001 | 111010 | 110101 | 111111 |
Color Harmonies of #D3D06F
Complementary color
Monochromatic Colors of #D3D06F
Black with #D3D06F
Text Example
Text Example
White with #D3D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D06F; }
p { color: rgb(211,208,111); }
H1.HeaderClassName
{
color: #D3D06F;
}
.AnyTagClassName
{
color: #D3D06F;
}
</style>
background-color css
<style>
a { background-color: #D3D06F; }
a { background-color: rgb(211,208,111); }
div.DivClassName
{
background-color: #D3D06F;
}
.BgClassName
{
background-color: #D3D06F;
}
</style>
border-color css
<style>
span { border-color: #D3D06F; }
span { border-color: rgb(211,208,111); }
td.TdClassName
{
border-color: #D3D06F;
}
.TagClassName
{
border-color: #D3D06F;
}
</style>