Shades of Goldenrod #DCDA7D
Tints of Goldenrod #DCDA7D
RGB
CMYK
RGB Variations
Color information
#DCDA7D (or 0xDCDA7D) is known color: Goldenrod. HEX triplet: DC, DA and 7D. RGB value is (220,218,125). Sum of RGB (Red+Green+Blue) = 220+218+125=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7D is #232582. Grayscale: #D0D0D0. Windows color (decimal): -2303363 or 8248028. OLE color: 8248028.
HSL color Cylindrical-coordinate representation of color #DCDA7D: hue angle of 58.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDA7D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 125 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.14 |
| HSL | 58.74º | 0.58% | 0.68% | - |
| HSV(B) | 58.74º | 0.43% | 0.86% | - |
| XYZ | 58.29 | 66.84 | 29.23 | - |
| YUV | 208 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 125 | 0 | 0.01 | 0.43 | 0.14 | 58.74 | 0.58 | 0.68 |
| Hex | DC | DA | 7D | 0 | 1 | 2B | E | 3B | 3A | 44 |
| Octal | 334 | 332 | 175 | 0 | 1 | 53 | 16 | 73 | 72 | 104 |
| Binary | 11011100 | 11011010 | 1111101 | 0 | 1 | 101011 | 1110 | 111011 | 111010 | 1000100 |
Color Harmonies of #DCDA7D
Complementary color
Monochromatic Colors of #DCDA7D
Black with #DCDA7D
Text Example
Text Example
White with #DCDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA7D; }
p { color: rgb(220,218,125); }
H1.HeaderClassName
{
color: #DCDA7D;
}
.AnyTagClassName
{
color: #DCDA7D;
}
</style>
background-color css
<style>
a { background-color: #DCDA7D; }
a { background-color: rgb(220,218,125); }
div.DivClassName
{
background-color: #DCDA7D;
}
.BgClassName
{
background-color: #DCDA7D;
}
</style>
border-color css
<style>
span { border-color: #DCDA7D; }
span { border-color: rgb(220,218,125); }
td.TdClassName
{
border-color: #DCDA7D;
}
.TagClassName
{
border-color: #DCDA7D;
}
</style>