Shades of Goldenrod #D3D070
Tints of Goldenrod #D3D070
RGB
CMYK
RGB Variations
Color information
#D3D070 (or 0xD3D070) is known color: Goldenrod. HEX triplet: D3, D0 and 70. RGB value is (211,208,112). Sum of RGB (Red+Green+Blue) = 211+208+112=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D070 is #2C2F8F. Grayscale: #C6C6C6. Windows color (decimal): -2895760 or 7393491. OLE color: 7393491.
HSL color Cylindrical-coordinate representation of color #D3D070: hue angle of 58.18º 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 #D3D070 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 112 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.17 |
| HSL | 58.18º | 0.53% | 0.63% | - |
| HSV(B) | 58.18º | 0.47% | 0.83% | - |
| XYZ | 52.34 | 60.13 | 24.18 | - |
| YUV | 197.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 112 | 0 | 0.01 | 0.47 | 0.17 | 58.18 | 0.53 | 0.63 |
| Hex | D3 | D0 | 70 | 0 | 1 | 2F | 11 | 3A | 35 | 3F |
| Octal | 323 | 320 | 160 | 0 | 1 | 57 | 21 | 72 | 65 | 77 |
| Binary | 11010011 | 11010000 | 1110000 | 0 | 1 | 101111 | 10001 | 111010 | 110101 | 111111 |
Color Harmonies of #D3D070
Complementary color
Monochromatic Colors of #D3D070
Black with #D3D070
Text Example
Text Example
White with #D3D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D070; }
p { color: rgb(211,208,112); }
H1.HeaderClassName
{
color: #D3D070;
}
.AnyTagClassName
{
color: #D3D070;
}
</style>
background-color css
<style>
a { background-color: #D3D070; }
a { background-color: rgb(211,208,112); }
div.DivClassName
{
background-color: #D3D070;
}
.BgClassName
{
background-color: #D3D070;
}
</style>
border-color css
<style>
span { border-color: #D3D070; }
span { border-color: rgb(211,208,112); }
td.TdClassName
{
border-color: #D3D070;
}
.TagClassName
{
border-color: #D3D070;
}
</style>