Shades of Goldenrod #DCDA6E
Tints of Goldenrod #DCDA6E
RGB
CMYK
RGB Variations
Color information
#DCDA6E (or 0xDCDA6E) is known color: Goldenrod. HEX triplet: DC, DA and 6E. RGB value is (220,218,110). Sum of RGB (Red+Green+Blue) = 220+218+110=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA6E is #232591. Grayscale: #CECECE. Windows color (decimal): -2303378 or 7264988. OLE color: 7264988.
HSL color Cylindrical-coordinate representation of color #DCDA6E: hue angle of 58.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCDA6E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 110 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.14 |
| HSL | 58.91º | 0.61% | 0.65% | - |
| HSV(B) | 58.91º | 0.5% | 0.86% | - |
| XYZ | 57.4 | 66.48 | 24.56 | - |
| YUV | 206.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 110 | 0 | 0.01 | 0.50 | 0.14 | 58.91 | 0.61 | 0.65 |
| Hex | DC | DA | 6E | 0 | 1 | 32 | E | 3B | 3D | 41 |
| Octal | 334 | 332 | 156 | 0 | 1 | 62 | 16 | 73 | 75 | 101 |
| Binary | 11011100 | 11011010 | 1101110 | 0 | 1 | 110010 | 1110 | 111011 | 111101 | 1000001 |
Color Harmonies of #DCDA6E
Complementary color
Monochromatic Colors of #DCDA6E
Black with #DCDA6E
Text Example
Text Example
White with #DCDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA6E; }
p { color: rgb(220,218,110); }
H1.HeaderClassName
{
color: #DCDA6E;
}
.AnyTagClassName
{
color: #DCDA6E;
}
</style>
background-color css
<style>
a { background-color: #DCDA6E; }
a { background-color: rgb(220,218,110); }
div.DivClassName
{
background-color: #DCDA6E;
}
.BgClassName
{
background-color: #DCDA6E;
}
</style>
border-color css
<style>
span { border-color: #DCDA6E; }
span { border-color: rgb(220,218,110); }
td.TdClassName
{
border-color: #DCDA6E;
}
.TagClassName
{
border-color: #DCDA6E;
}
</style>