Shades of Goldenrod #DCD56B
Tints of Goldenrod #DCD56B
RGB
CMYK
RGB Variations
Color information
#DCD56B (or 0xDCD56B) is known color: Goldenrod. HEX triplet: DC, D5 and 6B. RGB value is (220,213,107). Sum of RGB (Red+Green+Blue) = 220+213+107=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD56B is #232A94. Grayscale: #CBCBCB. Windows color (decimal): -2304661 or 7067100. OLE color: 7067100.
HSL color Cylindrical-coordinate representation of color #DCD56B: hue angle of 56.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD56B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 107 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.14 |
| HSL | 56.28º | 0.62% | 0.64% | - |
| HSV(B) | 56.28º | 0.51% | 0.86% | - |
| XYZ | 55.96 | 63.87 | 23.29 | - |
| YUV | 203.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 107 | 0 | 0.03 | 0.51 | 0.14 | 56.28 | 0.62 | 0.64 |
| Hex | DC | D5 | 6B | 0 | 3 | 33 | E | 38 | 3E | 40 |
| Octal | 334 | 325 | 153 | 0 | 3 | 63 | 16 | 70 | 76 | 100 |
| Binary | 11011100 | 11010101 | 1101011 | 0 | 11 | 110011 | 1110 | 111000 | 111110 | 1000000 |
Color Harmonies of #DCD56B
Complementary color
Monochromatic Colors of #DCD56B
Black with #DCD56B
Text Example
Text Example
White with #DCD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD56B; }
p { color: rgb(220,213,107); }
H1.HeaderClassName
{
color: #DCD56B;
}
.AnyTagClassName
{
color: #DCD56B;
}
</style>
background-color css
<style>
a { background-color: #DCD56B; }
a { background-color: rgb(220,213,107); }
div.DivClassName
{
background-color: #DCD56B;
}
.BgClassName
{
background-color: #DCD56B;
}
</style>
border-color css
<style>
span { border-color: #DCD56B; }
span { border-color: rgb(220,213,107); }
td.TdClassName
{
border-color: #DCD56B;
}
.TagClassName
{
border-color: #DCD56B;
}
</style>