Shades of Goldenrod #DCD863
Tints of Goldenrod #DCD863
RGB
CMYK
RGB Variations
Color information
#DCD863 (or 0xDCD863) is known color: Goldenrod. HEX triplet: DC, D8 and 63. RGB value is (220,216,99). Sum of RGB (Red+Green+Blue) = 220+216+99=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD863 is #23279C. Grayscale: #CCCCCC. Windows color (decimal): -2303901 or 6543580. OLE color: 6543580.
HSL color Cylindrical-coordinate representation of color #DCD863: hue angle of 58.02º 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 #DCD863 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 99 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.14 |
| HSL | 58.02º | 0.63% | 0.63% | - |
| HSV(B) | 58.02º | 0.55% | 0.86% | - |
| XYZ | 56.32 | 65.23 | 21.43 | - |
| YUV | 203.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 99 | 0 | 0.02 | 0.55 | 0.14 | 58.02 | 0.63 | 0.63 |
| Hex | DC | D8 | 63 | 0 | 2 | 37 | E | 3A | 3F | 3F |
| Octal | 334 | 330 | 143 | 0 | 2 | 67 | 16 | 72 | 77 | 77 |
| Binary | 11011100 | 11011000 | 1100011 | 0 | 10 | 110111 | 1110 | 111010 | 111111 | 111111 |
Color Harmonies of #DCD863
Complementary color
Monochromatic Colors of #DCD863
Black with #DCD863
Text Example
Text Example
White with #DCD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD863; }
p { color: rgb(220,216,99); }
H1.HeaderClassName
{
color: #DCD863;
}
.AnyTagClassName
{
color: #DCD863;
}
</style>
background-color css
<style>
a { background-color: #DCD863; }
a { background-color: rgb(220,216,99); }
div.DivClassName
{
background-color: #DCD863;
}
.BgClassName
{
background-color: #DCD863;
}
</style>
border-color css
<style>
span { border-color: #DCD863; }
span { border-color: rgb(220,216,99); }
td.TdClassName
{
border-color: #DCD863;
}
.TagClassName
{
border-color: #DCD863;
}
</style>