Shades of Goldenrod #DCDA63
Tints of Goldenrod #DCDA63
RGB
CMYK
RGB Variations
Color information
#DCDA63 (or 0xDCDA63) is known color: Goldenrod. HEX triplet: DC, DA and 63. RGB value is (220,218,99). Sum of RGB (Red+Green+Blue) = 220+218+99=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA63 is #23259C. Grayscale: #CDCDCD. Windows color (decimal): -2303389 or 6544092. OLE color: 6544092.
HSL color Cylindrical-coordinate representation of color #DCDA63: hue angle of 59.01º 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 #DCDA63 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 99 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 59.01º | 0.63% | 0.63% | - |
| HSV(B) | 59.01º | 0.55% | 0.86% | - |
| XYZ | 56.84 | 66.26 | 21.6 | - |
| YUV | 205.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 99 | 0 | 0.01 | 0.55 | 0.14 | 59.01 | 0.63 | 0.63 |
| Hex | DC | DA | 63 | 0 | 1 | 37 | E | 3B | 3F | 3F |
| Octal | 334 | 332 | 143 | 0 | 1 | 67 | 16 | 73 | 77 | 77 |
| Binary | 11011100 | 11011010 | 1100011 | 0 | 1 | 110111 | 1110 | 111011 | 111111 | 111111 |
Color Harmonies of #DCDA63
Complementary color
Monochromatic Colors of #DCDA63
Black with #DCDA63
Text Example
Text Example
White with #DCDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA63; }
p { color: rgb(220,218,99); }
H1.HeaderClassName
{
color: #DCDA63;
}
.AnyTagClassName
{
color: #DCDA63;
}
</style>
background-color css
<style>
a { background-color: #DCDA63; }
a { background-color: rgb(220,218,99); }
div.DivClassName
{
background-color: #DCDA63;
}
.BgClassName
{
background-color: #DCDA63;
}
</style>
border-color css
<style>
span { border-color: #DCDA63; }
span { border-color: rgb(220,218,99); }
td.TdClassName
{
border-color: #DCDA63;
}
.TagClassName
{
border-color: #DCDA63;
}
</style>