Shades of Goldenrod #D3DC77
Tints of Goldenrod #D3DC77
RGB
CMYK
RGB Variations
Color information
#D3DC77 (or 0xD3DC77) is known color: Goldenrod. HEX triplet: D3, DC and 77. RGB value is (211,220,119). Sum of RGB (Red+Green+Blue) = 211+220+119=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC77 is #2C2388. Grayscale: #CECECE. Windows color (decimal): -2892681 or 7855315. OLE color: 7855315.
HSL color Cylindrical-coordinate representation of color #D3DC77: hue angle of 65.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3DC77 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 119 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.14 |
| HSL | 65.35º | 0.59% | 0.66% | - |
| HSV(B) | 65.35º | 0.46% | 0.86% | - |
| XYZ | 55.79 | 66.37 | 27.32 | - |
| YUV | 205.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 119 | 0.04 | 0 | 0.46 | 0.14 | 65.35 | 0.59 | 0.66 |
| Hex | D3 | DC | 77 | 4 | 0 | 2E | E | 41 | 3B | 42 |
| Octal | 323 | 334 | 167 | 4 | 0 | 56 | 16 | 101 | 73 | 102 |
| Binary | 11010011 | 11011100 | 1110111 | 100 | 0 | 101110 | 1110 | 1000001 | 111011 | 1000010 |
Color Harmonies of #D3DC77
Complementary color
Monochromatic Colors of #D3DC77
Black with #D3DC77
Text Example
Text Example
White with #D3DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC77; }
p { color: rgb(211,220,119); }
H1.HeaderClassName
{
color: #D3DC77;
}
.AnyTagClassName
{
color: #D3DC77;
}
</style>
background-color css
<style>
a { background-color: #D3DC77; }
a { background-color: rgb(211,220,119); }
div.DivClassName
{
background-color: #D3DC77;
}
.BgClassName
{
background-color: #D3DC77;
}
</style>
border-color css
<style>
span { border-color: #D3DC77; }
span { border-color: rgb(211,220,119); }
td.TdClassName
{
border-color: #D3DC77;
}
.TagClassName
{
border-color: #D3DC77;
}
</style>