Shades of Goldenrod #DCDA71
Tints of Goldenrod #DCDA71
RGB
CMYK
RGB Variations
Color information
#DCDA71 (or 0xDCDA71) is known color: Goldenrod. HEX triplet: DC, DA and 71. RGB value is (220,218,113). Sum of RGB (Red+Green+Blue) = 220+218+113=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA71 is #23258E. Grayscale: #CFCFCF. Windows color (decimal): -2303375 or 7461596. OLE color: 7461596.
HSL color Cylindrical-coordinate representation of color #DCDA71: hue angle of 58.88º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCDA71 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 113 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.14 |
| HSL | 58.88º | 0.6% | 0.65% | - |
| HSV(B) | 58.88º | 0.49% | 0.86% | - |
| XYZ | 57.57 | 66.55 | 25.43 | - |
| YUV | 206.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 113 | 0 | 0.01 | 0.49 | 0.14 | 58.88 | 0.6 | 0.65 |
| Hex | DC | DA | 71 | 0 | 1 | 31 | E | 3B | 3C | 41 |
| Octal | 334 | 332 | 161 | 0 | 1 | 61 | 16 | 73 | 74 | 101 |
| Binary | 11011100 | 11011010 | 1110001 | 0 | 1 | 110001 | 1110 | 111011 | 111100 | 1000001 |
Color Harmonies of #DCDA71
Complementary color
Monochromatic Colors of #DCDA71
Black with #DCDA71
Text Example
Text Example
White with #DCDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA71; }
p { color: rgb(220,218,113); }
H1.HeaderClassName
{
color: #DCDA71;
}
.AnyTagClassName
{
color: #DCDA71;
}
</style>
background-color css
<style>
a { background-color: #DCDA71; }
a { background-color: rgb(220,218,113); }
div.DivClassName
{
background-color: #DCDA71;
}
.BgClassName
{
background-color: #DCDA71;
}
</style>
border-color css
<style>
span { border-color: #DCDA71; }
span { border-color: rgb(220,218,113); }
td.TdClassName
{
border-color: #DCDA71;
}
.TagClassName
{
border-color: #DCDA71;
}
</style>