Shades of Goldenrod #DCD763
Tints of Goldenrod #DCD763
RGB
CMYK
RGB Variations
Color information
#DCD763 (or 0xDCD763) is known color: Goldenrod. HEX triplet: DC, D7 and 63. RGB value is (220,215,99). Sum of RGB (Red+Green+Blue) = 220+215+99=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD763 is #23289C. Grayscale: #CBCBCB. Windows color (decimal): -2304157 or 6543324. OLE color: 6543324.
HSL color Cylindrical-coordinate representation of color #DCD763: hue angle of 57.52º 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 #DCD763 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 99 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.14 |
| HSL | 57.52º | 0.63% | 0.63% | - |
| HSV(B) | 57.52º | 0.55% | 0.86% | - |
| XYZ | 56.07 | 64.72 | 21.34 | - |
| YUV | 203.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 99 | 0 | 0.02 | 0.55 | 0.14 | 57.52 | 0.63 | 0.63 |
| Hex | DC | D7 | 63 | 0 | 2 | 37 | E | 3A | 3F | 3F |
| Octal | 334 | 327 | 143 | 0 | 2 | 67 | 16 | 72 | 77 | 77 |
| Binary | 11011100 | 11010111 | 1100011 | 0 | 10 | 110111 | 1110 | 111010 | 111111 | 111111 |
Color Harmonies of #DCD763
Complementary color
Monochromatic Colors of #DCD763
Black with #DCD763
Text Example
Text Example
White with #DCD763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD763; }
p { color: rgb(220,215,99); }
H1.HeaderClassName
{
color: #DCD763;
}
.AnyTagClassName
{
color: #DCD763;
}
</style>
background-color css
<style>
a { background-color: #DCD763; }
a { background-color: rgb(220,215,99); }
div.DivClassName
{
background-color: #DCD763;
}
.BgClassName
{
background-color: #DCD763;
}
</style>
border-color css
<style>
span { border-color: #DCD763; }
span { border-color: rgb(220,215,99); }
td.TdClassName
{
border-color: #DCD763;
}
.TagClassName
{
border-color: #DCD763;
}
</style>