Shades of Goldenrod #DCD964
Tints of Goldenrod #DCD964
RGB
CMYK
RGB Variations
Color information
#DCD964 (or 0xDCD964) is known color: Goldenrod. HEX triplet: DC, D9 and 64. RGB value is (220,217,100). Sum of RGB (Red+Green+Blue) = 220+217+100=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD964 is #23269B. Grayscale: #CDCDCD. Windows color (decimal): -2303644 or 6609372. OLE color: 6609372.
HSL color Cylindrical-coordinate representation of color #DCD964: hue angle of 58.5º 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 #DCD964 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 100 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 58.5º | 0.63% | 0.63% | - |
| HSV(B) | 58.5º | 0.55% | 0.86% | - |
| XYZ | 56.63 | 65.76 | 21.77 | - |
| YUV | 204.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 100 | 0 | 0.01 | 0.55 | 0.14 | 58.5 | 0.63 | 0.63 |
| Hex | DC | D9 | 64 | 0 | 1 | 37 | E | 3A | 3F | 3F |
| Octal | 334 | 331 | 144 | 0 | 1 | 67 | 16 | 72 | 77 | 77 |
| Binary | 11011100 | 11011001 | 1100100 | 0 | 1 | 110111 | 1110 | 111010 | 111111 | 111111 |
Color Harmonies of #DCD964
Complementary color
Monochromatic Colors of #DCD964
Black with #DCD964
Text Example
Text Example
White with #DCD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD964; }
p { color: rgb(220,217,100); }
H1.HeaderClassName
{
color: #DCD964;
}
.AnyTagClassName
{
color: #DCD964;
}
</style>
background-color css
<style>
a { background-color: #DCD964; }
a { background-color: rgb(220,217,100); }
div.DivClassName
{
background-color: #DCD964;
}
.BgClassName
{
background-color: #DCD964;
}
</style>
border-color css
<style>
span { border-color: #DCD964; }
span { border-color: rgb(220,217,100); }
td.TdClassName
{
border-color: #DCD964;
}
.TagClassName
{
border-color: #DCD964;
}
</style>