Shades of Goldenrod #DCD963
Tints of Goldenrod #DCD963
RGB
CMYK
RGB Variations
Color information
#DCD963 (or 0xDCD963) is known color: Goldenrod. HEX triplet: DC, D9 and 63. RGB value is (220,217,99). Sum of RGB (Red+Green+Blue) = 220+217+99=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD963 is #23269C. Grayscale: #CCCCCC. Windows color (decimal): -2303645 or 6543836. OLE color: 6543836.
HSL color Cylindrical-coordinate representation of color #DCD963: hue angle of 58.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCD963 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 99 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 58.51º | 0.63% | 0.63% | - |
| HSV(B) | 58.51º | 0.55% | 0.86% | - |
| XYZ | 56.58 | 65.74 | 21.51 | - |
| YUV | 204.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 99 | 0 | 0.01 | 0.55 | 0.14 | 58.51 | 0.63 | 0.63 |
| Hex | DC | D9 | 63 | 0 | 1 | 37 | E | 3B | 3F | 3F |
| Octal | 334 | 331 | 143 | 0 | 1 | 67 | 16 | 73 | 77 | 77 |
| Binary | 11011100 | 11011001 | 1100011 | 0 | 1 | 110111 | 1110 | 111011 | 111111 | 111111 |
Color Harmonies of #DCD963
Complementary color
Monochromatic Colors of #DCD963
Black with #DCD963
Text Example
Text Example
White with #DCD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD963; }
p { color: rgb(220,217,99); }
H1.HeaderClassName
{
color: #DCD963;
}
.AnyTagClassName
{
color: #DCD963;
}
</style>
background-color css
<style>
a { background-color: #DCD963; }
a { background-color: rgb(220,217,99); }
div.DivClassName
{
background-color: #DCD963;
}
.BgClassName
{
background-color: #DCD963;
}
</style>
border-color css
<style>
span { border-color: #DCD963; }
span { border-color: rgb(220,217,99); }
td.TdClassName
{
border-color: #DCD963;
}
.TagClassName
{
border-color: #DCD963;
}
</style>