Shades of Goldenrod #D3DC78
Tints of Goldenrod #D3DC78
RGB
CMYK
RGB Variations
Color information
#D3DC78 (or 0xD3DC78) is known color: Goldenrod. HEX triplet: D3, DC and 78. RGB value is (211,220,120). Sum of RGB (Red+Green+Blue) = 211+220+120=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC78 is #2C2387. Grayscale: #CECECE. Windows color (decimal): -2892680 or 7920851. OLE color: 7920851.
HSL color Cylindrical-coordinate representation of color #D3DC78: hue angle of 65.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3DC78 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 120 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.14 |
| HSL | 65.4º | 0.59% | 0.67% | - |
| HSV(B) | 65.4º | 0.45% | 0.86% | - |
| XYZ | 55.85 | 66.39 | 27.64 | - |
| YUV | 205.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 120 | 0.04 | 0 | 0.45 | 0.14 | 65.4 | 0.59 | 0.67 |
| Hex | D3 | DC | 78 | 4 | 0 | 2D | E | 41 | 3B | 43 |
| Octal | 323 | 334 | 170 | 4 | 0 | 55 | 16 | 101 | 73 | 103 |
| Binary | 11010011 | 11011100 | 1111000 | 100 | 0 | 101101 | 1110 | 1000001 | 111011 | 1000011 |
Color Harmonies of #D3DC78
Complementary color
Monochromatic Colors of #D3DC78
Black with #D3DC78
Text Example
Text Example
White with #D3DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC78; }
p { color: rgb(211,220,120); }
H1.HeaderClassName
{
color: #D3DC78;
}
.AnyTagClassName
{
color: #D3DC78;
}
</style>
background-color css
<style>
a { background-color: #D3DC78; }
a { background-color: rgb(211,220,120); }
div.DivClassName
{
background-color: #D3DC78;
}
.BgClassName
{
background-color: #D3DC78;
}
</style>
border-color css
<style>
span { border-color: #D3DC78; }
span { border-color: rgb(211,220,120); }
td.TdClassName
{
border-color: #D3DC78;
}
.TagClassName
{
border-color: #D3DC78;
}
</style>