Shades of Goldenrod #DCDA7C
Tints of Goldenrod #DCDA7C
RGB
CMYK
RGB Variations
Color information
#DCDA7C (or 0xDCDA7C) is known color: Goldenrod. HEX triplet: DC, DA and 7C. RGB value is (220,218,124). Sum of RGB (Red+Green+Blue) = 220+218+124=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7C is #232583. Grayscale: #D0D0D0. Windows color (decimal): -2303364 or 8182492. OLE color: 8182492.
HSL color Cylindrical-coordinate representation of color #DCDA7C: hue angle of 58.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCDA7C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 124 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.14 |
| HSL | 58.75º | 0.58% | 0.67% | - |
| HSV(B) | 58.75º | 0.44% | 0.86% | - |
| XYZ | 58.22 | 66.81 | 28.9 | - |
| YUV | 207.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 124 | 0 | 0.01 | 0.44 | 0.14 | 58.75 | 0.58 | 0.67 |
| Hex | DC | DA | 7C | 0 | 1 | 2C | E | 3B | 3A | 43 |
| Octal | 334 | 332 | 174 | 0 | 1 | 54 | 16 | 73 | 72 | 103 |
| Binary | 11011100 | 11011010 | 1111100 | 0 | 1 | 101100 | 1110 | 111011 | 111010 | 1000011 |
Color Harmonies of #DCDA7C
Complementary color
Monochromatic Colors of #DCDA7C
Black with #DCDA7C
Text Example
Text Example
White with #DCDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA7C; }
p { color: rgb(220,218,124); }
H1.HeaderClassName
{
color: #DCDA7C;
}
.AnyTagClassName
{
color: #DCDA7C;
}
</style>
background-color css
<style>
a { background-color: #DCDA7C; }
a { background-color: rgb(220,218,124); }
div.DivClassName
{
background-color: #DCDA7C;
}
.BgClassName
{
background-color: #DCDA7C;
}
</style>
border-color css
<style>
span { border-color: #DCDA7C; }
span { border-color: rgb(220,218,124); }
td.TdClassName
{
border-color: #DCDA7C;
}
.TagClassName
{
border-color: #DCDA7C;
}
</style>