Shades of Goldenrod #DCD778
Tints of Goldenrod #DCD778
RGB
CMYK
RGB Variations
Color information
#DCD778 (or 0xDCD778) is known color: Goldenrod. HEX triplet: DC, D7 and 78. RGB value is (220,215,120). Sum of RGB (Red+Green+Blue) = 220+215+120=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD778 is #232887. Grayscale: #CECECE. Windows color (decimal): -2304136 or 7919580. OLE color: 7919580.
HSL color Cylindrical-coordinate representation of color #DCD778: hue angle of 57º 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 #DCD778 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 120 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.14 |
| HSL | 57º | 0.59% | 0.67% | - |
| HSV(B) | 57º | 0.45% | 0.86% | - |
| XYZ | 57.21 | 65.17 | 27.33 | - |
| YUV | 205.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 120 | 0 | 0.02 | 0.45 | 0.14 | 57 | 0.59 | 0.67 |
| Hex | DC | D7 | 78 | 0 | 2 | 2D | E | 39 | 3B | 43 |
| Octal | 334 | 327 | 170 | 0 | 2 | 55 | 16 | 71 | 73 | 103 |
| Binary | 11011100 | 11010111 | 1111000 | 0 | 10 | 101101 | 1110 | 111001 | 111011 | 1000011 |
Color Harmonies of #DCD778
Complementary color
Monochromatic Colors of #DCD778
Black with #DCD778
Text Example
Text Example
White with #DCD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD778; }
p { color: rgb(220,215,120); }
H1.HeaderClassName
{
color: #DCD778;
}
.AnyTagClassName
{
color: #DCD778;
}
</style>
background-color css
<style>
a { background-color: #DCD778; }
a { background-color: rgb(220,215,120); }
div.DivClassName
{
background-color: #DCD778;
}
.BgClassName
{
background-color: #DCD778;
}
</style>
border-color css
<style>
span { border-color: #DCD778; }
span { border-color: rgb(220,215,120); }
td.TdClassName
{
border-color: #DCD778;
}
.TagClassName
{
border-color: #DCD778;
}
</style>