Shades of Goldenrod #D3DC70
Tints of Goldenrod #D3DC70
RGB
CMYK
RGB Variations
Color information
#D3DC70 (or 0xD3DC70) is known color: Goldenrod. HEX triplet: D3, DC and 70. RGB value is (211,220,112). Sum of RGB (Red+Green+Blue) = 211+220+112=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC70 is #2C238F. Grayscale: #CDCDCD. Windows color (decimal): -2892688 or 7396563. OLE color: 7396563.
HSL color Cylindrical-coordinate representation of color #D3DC70: hue angle of 65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3DC70 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 112 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.14 |
| HSL | 65º | 0.61% | 0.65% | - |
| HSV(B) | 65º | 0.49% | 0.86% | - |
| XYZ | 55.38 | 66.21 | 25.19 | - |
| YUV | 205 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 112 | 0.04 | 0 | 0.49 | 0.14 | 65 | 0.61 | 0.65 |
| Hex | D3 | DC | 70 | 4 | 0 | 31 | E | 41 | 3D | 41 |
| Octal | 323 | 334 | 160 | 4 | 0 | 61 | 16 | 101 | 75 | 101 |
| Binary | 11010011 | 11011100 | 1110000 | 100 | 0 | 110001 | 1110 | 1000001 | 111101 | 1000001 |
Color Harmonies of #D3DC70
Complementary color
Monochromatic Colors of #D3DC70
Black with #D3DC70
Text Example
Text Example
White with #D3DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC70; }
p { color: rgb(211,220,112); }
H1.HeaderClassName
{
color: #D3DC70;
}
.AnyTagClassName
{
color: #D3DC70;
}
</style>
background-color css
<style>
a { background-color: #D3DC70; }
a { background-color: rgb(211,220,112); }
div.DivClassName
{
background-color: #D3DC70;
}
.BgClassName
{
background-color: #D3DC70;
}
</style>
border-color css
<style>
span { border-color: #D3DC70; }
span { border-color: rgb(211,220,112); }
td.TdClassName
{
border-color: #D3DC70;
}
.TagClassName
{
border-color: #D3DC70;
}
</style>