Shades of Goldenrod #DCDA6F
Tints of Goldenrod #DCDA6F
RGB
CMYK
RGB Variations
Color information
#DCDA6F (or 0xDCDA6F) is known color: Goldenrod. HEX triplet: DC, DA and 6F. RGB value is (220,218,111). Sum of RGB (Red+Green+Blue) = 220+218+111=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA6F is #232590. Grayscale: #CECECE. Windows color (decimal): -2303377 or 7330524. OLE color: 7330524.
HSL color Cylindrical-coordinate representation of color #DCDA6F: hue angle of 58.9º 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 #DCDA6F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 111 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.14 |
| HSL | 58.9º | 0.61% | 0.65% | - |
| HSV(B) | 58.9º | 0.5% | 0.86% | - |
| XYZ | 57.46 | 66.51 | 24.85 | - |
| YUV | 206.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 111 | 0 | 0.01 | 0.50 | 0.14 | 58.9 | 0.61 | 0.65 |
| Hex | DC | DA | 6F | 0 | 1 | 32 | E | 3B | 3D | 41 |
| Octal | 334 | 332 | 157 | 0 | 1 | 62 | 16 | 73 | 75 | 101 |
| Binary | 11011100 | 11011010 | 1101111 | 0 | 1 | 110010 | 1110 | 111011 | 111101 | 1000001 |
Color Harmonies of #DCDA6F
Complementary color
Monochromatic Colors of #DCDA6F
Black with #DCDA6F
Text Example
Text Example
White with #DCDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA6F; }
p { color: rgb(220,218,111); }
H1.HeaderClassName
{
color: #DCDA6F;
}
.AnyTagClassName
{
color: #DCDA6F;
}
</style>
background-color css
<style>
a { background-color: #DCDA6F; }
a { background-color: rgb(220,218,111); }
div.DivClassName
{
background-color: #DCDA6F;
}
.BgClassName
{
background-color: #DCDA6F;
}
</style>
border-color css
<style>
span { border-color: #DCDA6F; }
span { border-color: rgb(220,218,111); }
td.TdClassName
{
border-color: #DCDA6F;
}
.TagClassName
{
border-color: #DCDA6F;
}
</style>