Shades of Goldenrod #DCD965
Tints of Goldenrod #DCD965
RGB
CMYK
RGB Variations
Color information
#DCD965 (or 0xDCD965) is known color: Goldenrod. HEX triplet: DC, D9 and 65. RGB value is (220,217,101). Sum of RGB (Red+Green+Blue) = 220+217+101=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD965 is #23269A. Grayscale: #CDCDCD. Windows color (decimal): -2303643 or 6674908. OLE color: 6674908.
HSL color Cylindrical-coordinate representation of color #DCD965: hue angle of 58.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD965 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 101 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.14 |
| HSL | 58.49º | 0.63% | 0.63% | - |
| HSV(B) | 58.49º | 0.54% | 0.86% | - |
| XYZ | 56.68 | 65.78 | 22.02 | - |
| YUV | 204.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 101 | 0 | 0.01 | 0.54 | 0.14 | 58.49 | 0.63 | 0.63 |
| Hex | DC | D9 | 65 | 0 | 1 | 36 | E | 3A | 3F | 3F |
| Octal | 334 | 331 | 145 | 0 | 1 | 66 | 16 | 72 | 77 | 77 |
| Binary | 11011100 | 11011001 | 1100101 | 0 | 1 | 110110 | 1110 | 111010 | 111111 | 111111 |
Color Harmonies of #DCD965
Complementary color
Monochromatic Colors of #DCD965
Black with #DCD965
Text Example
Text Example
White with #DCD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD965; }
p { color: rgb(220,217,101); }
H1.HeaderClassName
{
color: #DCD965;
}
.AnyTagClassName
{
color: #DCD965;
}
</style>
background-color css
<style>
a { background-color: #DCD965; }
a { background-color: rgb(220,217,101); }
div.DivClassName
{
background-color: #DCD965;
}
.BgClassName
{
background-color: #DCD965;
}
</style>
border-color css
<style>
span { border-color: #DCD965; }
span { border-color: rgb(220,217,101); }
td.TdClassName
{
border-color: #DCD965;
}
.TagClassName
{
border-color: #DCD965;
}
</style>