Shades of Goldenrod #DCD56D
Tints of Goldenrod #DCD56D
RGB
CMYK
RGB Variations
Color information
#DCD56D (or 0xDCD56D) is known color: Goldenrod. HEX triplet: DC, D5 and 6D. RGB value is (220,213,109). Sum of RGB (Red+Green+Blue) = 220+213+109=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD56D is #232A92. Grayscale: #CBCBCB. Windows color (decimal): -2304659 or 7198172. OLE color: 7198172.
HSL color Cylindrical-coordinate representation of color #DCD56D: hue angle of 56.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD56D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 109 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.14 |
| HSL | 56.22º | 0.61% | 0.65% | - |
| HSV(B) | 56.22º | 0.5% | 0.86% | - |
| XYZ | 56.07 | 63.91 | 23.85 | - |
| YUV | 203.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 109 | 0 | 0.03 | 0.50 | 0.14 | 56.22 | 0.61 | 0.65 |
| Hex | DC | D5 | 6D | 0 | 3 | 32 | E | 38 | 3D | 41 |
| Octal | 334 | 325 | 155 | 0 | 3 | 62 | 16 | 70 | 75 | 101 |
| Binary | 11011100 | 11010101 | 1101101 | 0 | 11 | 110010 | 1110 | 111000 | 111101 | 1000001 |
Color Harmonies of #DCD56D
Complementary color
Monochromatic Colors of #DCD56D
Black with #DCD56D
Text Example
Text Example
White with #DCD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD56D; }
p { color: rgb(220,213,109); }
H1.HeaderClassName
{
color: #DCD56D;
}
.AnyTagClassName
{
color: #DCD56D;
}
</style>
background-color css
<style>
a { background-color: #DCD56D; }
a { background-color: rgb(220,213,109); }
div.DivClassName
{
background-color: #DCD56D;
}
.BgClassName
{
background-color: #DCD56D;
}
</style>
border-color css
<style>
span { border-color: #DCD56D; }
span { border-color: rgb(220,213,109); }
td.TdClassName
{
border-color: #DCD56D;
}
.TagClassName
{
border-color: #DCD56D;
}
</style>